#BBBCCA

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

Shades of Ghost #BBBCCA

Tints of Ghost #BBBCCA

Color information

#BBBCCA (or 0xBBBCCA) is unknown color: approx Ghost. HEX triplet: BB, BC and CA. RGB value is (187,188,202). Sum of RGB (Red+Green+Blue) = 187+188+202=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCA is #444335. Grayscale: #BDBDBD. Windows color (decimal): -4473654 or 13286587. OLE color: 13286587.

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

Color convert

RGB187188202-
CMYK0.070.0700.21
HSL236º12.4%76.27%-
HSV(B)236º7.43%79.22%-
XYZ49.1450.863.09-
YUV189.3135.17126.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=32.41%
G=32.58%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871882020.070.0700.2123612.476.27
HexBBBCCA77015ecc4c
Octal2732743127702535414114
Binary1011101110111100110010101111110101011110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCCA; }

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

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

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

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

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

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

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

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