#BBC1CA

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

Shades of Spindle #BBC1CA

Tints of Spindle #BBC1CA

Color information

#BBC1CA (or 0xBBC1CA) is unknown color: approx Spindle. HEX triplet: BB, C1 and CA. RGB value is (187,193,202). Sum of RGB (Red+Green+Blue) = 187+193+202=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CA is #443E35. Grayscale: #C0C0C0. Windows color (decimal): -4472374 or 13287867. OLE color: 13287867.

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

Color convert

RGB187193202-
CMYK0.070.0400.21
HSL216º12.4%76.27%-
HSV(B)216º7.43%79.22%-
XYZ50.2252.9763.45-
YUV192.23133.51124.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=32.13%
G=33.16%
B=34.71%

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
Decimal1871932020.070.0400.2121612.476.27
HexBBC1CA74015d8c4c
Octal2733013127402533014114
Binary1011101111000001110010101111000101011101100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1CA; }

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

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

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

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

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

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

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

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