#BCB9B5

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

Shades of Cloud #BCB9B5

Tints of Cloud #BCB9B5

Color information

#BCB9B5 (or 0xBCB9B5) is unknown color: approx Cloud. HEX triplet: BC, B9 and B5. RGB value is (188,185,181). Sum of RGB (Red+Green+Blue) = 188+185+181=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9B5 is #43464A. Grayscale: #B9B9B9. Windows color (decimal): -4408907 or 11909564. OLE color: 11909564.

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

Color convert

RGB188185181-
CMYK00.020.040.26
HSL34.29º4.96%72.35%-
HSV(B)34.29º3.72%73.73%-
XYZ46.4348.7350.67-
YUV185.44125.49129.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=33.94%
G=33.39%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818518100.020.040.2634.294.9672.35
HexBCB9B50241A22548
Octal27427126502432425110
Binary101111001011100110110101010100110101000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9B5; }

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

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

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

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

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

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

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

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