#BEB9B1

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

Shades of Cloud #BEB9B1

Tints of Cloud #BEB9B1

Color information

#BEB9B1 (or 0xBEB9B1) is unknown color: approx Cloud. HEX triplet: BE, B9 and B1. RGB value is (190,185,177). Sum of RGB (Red+Green+Blue) = 190+185+177=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9B1 is #41464E. Grayscale: #B9B9B9. Windows color (decimal): -4277839 or 11647422. OLE color: 11647422.

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

Color convert

RGB190185177-
CMYK00.030.070.25
HSL36.92º9.09%71.96%-
HSV(B)36.92º6.84%74.51%-
XYZ46.5248.8248.57-
YUV185.58123.16131.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=34.42%
G=33.51%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018517700.030.070.2536.929.0971.96
HexBEB9B10371925948
Octal276271261037314511110
Binary1011111010111001101100010111111100110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9B1; }

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

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

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

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

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

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

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

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