#BBC2CA

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

Shades of Spindle #BBC2CA

Tints of Spindle #BBC2CA

Color information

#BBC2CA (or 0xBBC2CA) is unknown color: approx Spindle. HEX triplet: BB, C2 and CA. RGB value is (187,194,202). Sum of RGB (Red+Green+Blue) = 187+194+202=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CA is #443D35. Grayscale: #C0C0C0. Windows color (decimal): -4472118 or 13288123. OLE color: 13288123.

HSL color Cylindrical-coordinate representation of color #BBC2CA: hue angle of 212º 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 #BBC2CA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187194202-
CMYK0.070.0400.21
HSL212º12.4%76.27%-
HSV(B)212º7.43%79.22%-
XYZ50.4553.4163.53-
YUV192.82133.18123.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=32.08%
G=33.28%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871942020.070.0400.2121212.476.27
HexBBC2CA74015d4c4c
Octal2733023127402532414114
Binary1011101111000010110010101111000101011101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2CA; }

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

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

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

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

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

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

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

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