#BBCBD6

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

Shades of Spindle #BBCBD6

Tints of Spindle #BBCBD6

Color information

#BBCBD6 (or 0xBBCBD6) is unknown color: approx Spindle. HEX triplet: BB, CB and D6. RGB value is (187,203,214). Sum of RGB (Red+Green+Blue) = 187+203+214=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD6 is #443429. Grayscale: #C7C7C7. Windows color (decimal): -4469802 or 14076859. OLE color: 14076859.

HSL color Cylindrical-coordinate representation of color #BBCBD6: hue angle of 204.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCBD6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187203214-
CMYK0.130.0500.16
HSL204.44º24.77%78.63%-
HSV(B)204.44º12.62%83.92%-
XYZ53.9958.1371.99-
YUV199.47136.2119.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=30.96%
G=33.61%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872032140.130.0500.16204.4424.7778.63
HexBBCBD6D5010cc194f
Octal27331332615502031431117
Binary101110111100101111010110110110101000011001100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBD6; }

 p { color: rgb(187,203,214); }

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

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

 a { background-color: rgb(187,203,214); }

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

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

 span { border-color: rgb(187,203,214); }

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