#BEB8B0

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

Shades of Cloud #BEB8B0

Tints of Cloud #BEB8B0

Color information

#BEB8B0 (or 0xBEB8B0) is unknown color: approx Cloud. HEX triplet: BE, B8 and B0. RGB value is (190,184,176). Sum of RGB (Red+Green+Blue) = 190+184+176=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8B0 is #41474F. Grayscale: #B8B8B8. Windows color (decimal): -4278096 or 11581630. OLE color: 11581630.

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

Color convert

RGB190184176-
CMYK00.030.070.25
HSL34.29º9.72%71.76%-
HSV(B)34.29º7.37%74.51%-
XYZ46.2148.3647.97-
YUV184.88122.99131.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 176 (69.14% from 255) = 32%
R=34.55%
G=33.45%
B=32%

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
Decimal19018417600.030.070.2534.299.7271.76
HexBEB8B00371922a48
Octal276270260037314212110
Binary1011111010111000101100000111111100110001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8B0; }

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

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

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

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

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

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

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

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