#BBC0CC

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

Shades of Spindle #BBC0CC

Tints of Spindle #BBC0CC

Color information

#BBC0CC (or 0xBBC0CC) is unknown color: approx Spindle. HEX triplet: BB, C0 and CC. RGB value is (187,192,204). Sum of RGB (Red+Green+Blue) = 187+192+204=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CC is #443F33. Grayscale: #BFBFBF. Windows color (decimal): -4472628 or 13418683. OLE color: 13418683.

HSL color Cylindrical-coordinate representation of color #BBC0CC: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC0CC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187192204-
CMYK0.080.0600.2
HSL222.35º14.29%76.67%-
HSV(B)222.35º8.33%80%-
XYZ50.2452.6264.64-
YUV191.87134.84124.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=32.08%
G=32.93%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871922040.080.0600.2222.3514.2976.67
HexBBC0CC86014dee4d
Octal27330031410602433616115
Binary10111011110000001100110010001100101001101111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0CC; }

 p { color: rgb(187,192,204); }

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

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

 a { background-color: rgb(187,192,204); }

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

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

 span { border-color: rgb(187,192,204); }

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