#BEB9B3

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

Shades of Cloud #BEB9B3

Tints of Cloud #BEB9B3

Color information

#BEB9B3 (or 0xBEB9B3) is unknown color: approx Cloud. HEX triplet: BE, B9 and B3. RGB value is (190,185,179). Sum of RGB (Red+Green+Blue) = 190+185+179=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9B3 is #41464C. Grayscale: #B9B9B9. Windows color (decimal): -4277837 or 11778494. OLE color: 11778494.

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

Color convert

RGB190185179-
CMYK00.030.060.25
HSL32.73º7.8%72.35%-
HSV(B)32.73º5.79%74.51%-
XYZ46.7248.949.62-
YUV185.81124.16130.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=34.30%
G=33.39%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018517900.030.060.2532.737.872.35
HexBEB9B30361921848
Octal276271263036314110110
Binary1011111010111001101100110111101100110000110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9B3; }

 p { color: rgb(190,185,179); }

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

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

 a { background-color: rgb(190,185,179); }

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

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

 span { border-color: rgb(190,185,179); }

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