#B8CDDD

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

Shades of Spindle #B8CDDD

Tints of Spindle #B8CDDD

Color information

#B8CDDD (or 0xB8CDDD) is unknown color: approx Spindle. HEX triplet: B8, CD and DD. RGB value is (184,205,221). Sum of RGB (Red+Green+Blue) = 184+205+221=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDDD is #473222. Grayscale: #C8C8C8. Windows color (decimal): -4665891 or 14536120. OLE color: 14536120.

HSL color Cylindrical-coordinate representation of color #B8CDDD: hue angle of 205.95º 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 #B8CDDD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184205221-
CMYK0.170.0700.13
HSL205.95º35.24%79.41%-
HSV(B)205.95º16.74%86.67%-
XYZ54.6559.0776.93-
YUV200.54139.54116.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=30.16%
G=33.61%
B=36.23%

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
Decimal1842052210.170.0700.13205.9535.2479.41
HexB8CDDD1170Dce234f
Octal27031533521701531643117
Binary1011100011001101110111011000111101101110011101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDDD; }

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

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

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

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

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

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

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

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