#BBC3CA

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

Shades of Spindle #BBC3CA

Tints of Spindle #BBC3CA

Color information

#BBC3CA (or 0xBBC3CA) is unknown color: approx Spindle. HEX triplet: BB, C3 and CA. RGB value is (187,195,202). Sum of RGB (Red+Green+Blue) = 187+195+202=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3CA is #443C35. Grayscale: #C1C1C1. Windows color (decimal): -4471862 or 13288379. OLE color: 13288379.

HSL color Cylindrical-coordinate representation of color #BBC3CA: hue angle of 208º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC3CA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187195202-
CMYK0.070.0300.21
HSL208º12.4%76.27%-
HSV(B)208º7.43%79.22%-
XYZ50.6753.8663.6-
YUV193.41132.85123.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=32.02%
G=33.39%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871952020.070.0300.2120812.476.27
HexBBC3CA73015d0c4c
Octal2733033127302532014114
Binary101110111100001111001010111110101011101000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3CA; }

 p { color: rgb(187,195,202); }

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

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

 a { background-color: rgb(187,195,202); }

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

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

 span { border-color: rgb(187,195,202); }

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