#BBCCD8

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

Shades of Spindle #BBCCD8

Tints of Spindle #BBCCD8

Color information

#BBCCD8 (or 0xBBCCD8) is unknown color: approx Spindle. HEX triplet: BB, CC and D8. RGB value is (187,204,216). Sum of RGB (Red+Green+Blue) = 187+204+216=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD8 is #443327. Grayscale: #C8C8C8. Windows color (decimal): -4469544 or 14208187. OLE color: 14208187.

HSL color Cylindrical-coordinate representation of color #BBCCD8: hue angle of 204.83º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCCD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187204216-
CMYK0.130.0600.15
HSL204.83º27.1%79.02%-
HSV(B)204.83º13.43%84.71%-
XYZ54.4858.7173.43-
YUV200.28136.87118.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=30.81%
G=33.61%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872042160.130.0600.15204.8327.179.02
HexBBCCD8D60Fcd1b4f
Octal27331433015601731533117
Binary10111011110011001101100011011100111111001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCD8; }

 p { color: rgb(187,204,216); }

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

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

 a { background-color: rgb(187,204,216); }

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

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

 span { border-color: rgb(187,204,216); }

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