#BBCBD7

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

Shades of Spindle #BBCBD7

Tints of Spindle #BBCBD7

Color information

#BBCBD7 (or 0xBBCBD7) is unknown color: approx Spindle. HEX triplet: BB, CB and D7. RGB value is (187,203,215). Sum of RGB (Red+Green+Blue) = 187+203+215=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD7 is #443428. Grayscale: #C7C7C7. Windows color (decimal): -4469801 or 14142395. OLE color: 14142395.

HSL color Cylindrical-coordinate representation of color #BBCBD7: hue angle of 205.71º degrees, saturation: 0.26, 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 #BBCBD7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187203215-
CMYK0.130.0600.16
HSL205.71º25.93%78.82%-
HSV(B)205.71º13.02%84.31%-
XYZ54.1258.1872.67-
YUV199.58136.7119.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=30.91%
G=33.55%
B=35.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872032150.130.0600.16205.7125.9378.82
HexBBCBD7D6010ce1a4f
Octal27331332715602031632117
Binary101110111100101111010111110111001000011001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBD7; }

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

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

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

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

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

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

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

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