#BEBBB7

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

Shades of Cloud #BEBBB7

Tints of Cloud #BEBBB7

Color information

#BEBBB7 (or 0xBEBBB7) is unknown color: approx Cloud. HEX triplet: BE, BB and B7. RGB value is (190,187,183). Sum of RGB (Red+Green+Blue) = 190+187+183=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB7 is #414448. Grayscale: #BBBBBB. Windows color (decimal): -4277321 or 12041150. OLE color: 12041150.

HSL color Cylindrical-coordinate representation of color #BEBBB7: hue angle of 34.29º degrees, saturation: 0.05, 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 #BEBBB7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190187183-
CMYK00.020.040.25
HSL34.29º5.11%73.14%-
HSV(B)34.29º3.68%74.51%-
XYZ47.5549.9151.93-
YUV187.44125.49129.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=33.93%
G=33.39%
B=32.68%

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
Decimal19018718300.020.040.2534.295.1173.14
HexBEBBB70241922549
Octal27627326702431425111
Binary101111101011101110110111010100110011000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBB7; }

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

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

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

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

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

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

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

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