#BEBBB6

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

Shades of Cloud #BEBBB6

Tints of Cloud #BEBBB6

Color information

#BEBBB6 (or 0xBEBBB6) is unknown color: approx Cloud. HEX triplet: BE, BB and B6. RGB value is (190,187,182). Sum of RGB (Red+Green+Blue) = 190+187+182=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB6 is #414449. Grayscale: #BBBBBB. Windows color (decimal): -4277322 or 11975614. OLE color: 11975614.

HSL color Cylindrical-coordinate representation of color #BEBBB6: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBBB6 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190187182-
CMYK00.020.040.25
HSL37.5º5.8%72.94%-
HSV(B)37.5º4.21%74.51%-
XYZ47.4549.8751.38-
YUV187.33124.99129.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=33.99%
G=33.45%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018718200.020.040.2537.55.872.94
HexBEBBB60241926649
Octal27627326602431466111
Binary101111101011101110110110010100110011001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBB6; }

 p { color: rgb(190,187,182); }

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

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

 a { background-color: rgb(190,187,182); }

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

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

 span { border-color: rgb(190,187,182); }

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