#B8CEDD

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

Shades of Spindle #B8CEDD

Tints of Spindle #B8CEDD

Color information

#B8CEDD (or 0xB8CEDD) is unknown color: approx Spindle. HEX triplet: B8, CE and DD. RGB value is (184,206,221). Sum of RGB (Red+Green+Blue) = 184+206+221=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEDD is #473122. Grayscale: #C9C9C9. Windows color (decimal): -4665635 or 14536376. OLE color: 14536376.

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

Color convert

RGB184206221-
CMYK0.170.0700.13
HSL204.32º35.24%79.41%-
HSV(B)204.32º16.74%86.67%-
XYZ54.8959.5577.01-
YUV201.13139.21115.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.11%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=30.11%
G=33.72%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842062210.170.0700.13204.3235.2479.41
HexB8CEDD1170Dcc234f
Octal27031633521701531443117
Binary1011100011001110110111011000111101101110011001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEDD; }

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

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

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

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

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

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

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

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