#BCBBB9

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

Shades of Cloud #BCBBB9

Tints of Cloud #BCBBB9

Color information

#BCBBB9 (or 0xBCBBB9) is unknown color: approx Cloud. HEX triplet: BC, BB and B9. RGB value is (188,187,185). Sum of RGB (Red+Green+Blue) = 188+187+185=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB9 is #434446. Grayscale: #BBBBBB. Windows color (decimal): -4408391 or 12172220. OLE color: 12172220.

HSL color Cylindrical-coordinate representation of color #BCBBB9: hue angle of 40º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188187185-
CMYK00.010.020.26
HSL40º2.19%73.14%-
HSV(B)40º1.6%73.73%-
XYZ47.2749.7353.01-
YUV187.07126.83128.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=33.57%
G=33.39%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818718500.010.020.26402.1973.14
HexBCBBB90121A28249
Octal27427327101232502111
Binary101111001011101110111001011011010101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBB9; }

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

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

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

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

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

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

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

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