#B8CEDF

Color #B8CEDF Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B8CEDF

Tints of Spindle #B8CEDF

Color information

#B8CEDF (or 0xB8CEDF) is unknown color: approx Spindle. HEX triplet: B8, CE and DF. RGB value is (184,206,223). Sum of RGB (Red+Green+Blue) = 184+206+223=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEDF is #473120. Grayscale: #C9C9C9. Windows color (decimal): -4665633 or 14667448. OLE color: 14667448.

HSL color Cylindrical-coordinate representation of color #B8CEDF: hue angle of 206.15º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CEDF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184206223-
CMYK0.170.0800.13
HSL206.15º37.86%79.8%-
HSV(B)206.15º17.49%87.45%-
XYZ55.1659.6678.42-
YUV201.36140.21115.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=30.02%
G=33.61%
B=36.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842062230.170.0800.13206.1537.8679.8
HexB8CEDF1180Dce2650
Octal270316337211001531646120
Binary10111000110011101101111110001100001101110011101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEDF; }

 p { color: rgb(184,206,223); }

 H1.HeaderClassName
 {
   color: #B8CEDF;
 }
 .AnyTagClassName
 {
   color: #B8CEDF;
 }
</style>
background-color css

<style>
 a { background-color: #B8CEDF; }

 a { background-color: rgb(184,206,223); }

 div.DivClassName
 {
   background-color: #B8CEDF;
 }
 .BgClassName
 {
   background-color: #B8CEDF;
 }
</style>
border-color css

<style>
 span { border-color: #B8CEDF; }

 span { border-color: rgb(184,206,223); }

 td.TdClassName
 {
   border-color: #B8CEDF;
 }
 .TagClassName
 {
   border-color: #B8CEDF;
 }
</style>