#BEB8AF

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

Shades of Cloud #BEB8AF

Tints of Cloud #BEB8AF

Color information

#BEB8AF (or 0xBEB8AF) is unknown color: approx Cloud. HEX triplet: BE, B8 and AF. RGB value is (190,184,175). Sum of RGB (Red+Green+Blue) = 190+184+175=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AF is #414750. Grayscale: #B8B8B8. Windows color (decimal): -4278097 or 11516094. OLE color: 11516094.

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

Color convert

RGB190184175-
CMYK00.030.080.25
HSL36º10.34%71.57%-
HSV(B)36º7.89%74.51%-
XYZ46.1148.3247.45-
YUV184.77122.49131.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=34.61%
G=33.52%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018417500.030.080.253610.3471.57
HexBEB8AF0381924a48
Octal2762702570310314412110
Binary10111110101110001010111101110001100110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8AF; }

 p { color: rgb(190,184,175); }

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

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

 a { background-color: rgb(190,184,175); }

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

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

 span { border-color: rgb(190,184,175); }

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