#BBCBD4

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

Shades of Spindle #BBCBD4

Tints of Spindle #BBCBD4

Color information

#BBCBD4 (or 0xBBCBD4) is unknown color: approx Spindle. HEX triplet: BB, CB and D4. RGB value is (187,203,212). Sum of RGB (Red+Green+Blue) = 187+203+212=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD4 is #44342B. Grayscale: #C7C7C7. Windows color (decimal): -4469804 or 13945787. OLE color: 13945787.

HSL color Cylindrical-coordinate representation of color #BBCBD4: hue angle of 201.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCBD4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187203212-
CMYK0.120.0400.17
HSL201.6º22.52%78.24%-
HSV(B)201.6º11.79%83.14%-
XYZ53.7358.0370.66-
YUV199.24135.2119.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=31.06%
G=33.72%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872032120.120.0400.17201.622.5278.24
HexBBCBD4C4011ca174e
Octal27331332414402131227116
Binary101110111100101111010100110010001000111001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBD4; }

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

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

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

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

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

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

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

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