#BBC7CE

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

Shades of Spindle #BBC7CE

Tints of Spindle #BBC7CE

Color information

#BBC7CE (or 0xBBC7CE) is unknown color: approx Spindle. HEX triplet: BB, C7 and CE. RGB value is (187,199,206). Sum of RGB (Red+Green+Blue) = 187+199+206=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CE is #443831. Grayscale: #C4C4C4. Windows color (decimal): -4470834 or 13551547. OLE color: 13551547.

HSL color Cylindrical-coordinate representation of color #BBC7CE: hue angle of 202.11º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC7CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187199206-
CMYK0.090.0300.19
HSL202.11º16.24%77.06%-
HSV(B)202.11º9.22%80.78%-
XYZ52.0655.8766.43-
YUV196.21133.52121.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=31.59%
G=33.61%
B=34.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871992060.090.0300.19202.1116.2477.06
HexBBC7CE93013ca104d
Octal27330731611302331220115
Binary10111011110001111100111010011101001111001010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7CE; }

 p { color: rgb(187,199,206); }

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

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

 a { background-color: rgb(187,199,206); }

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

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

 span { border-color: rgb(187,199,206); }

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