#BEBCB9

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

Shades of Cloud #BEBCB9

Tints of Cloud #BEBCB9

Color information

#BEBCB9 (or 0xBEBCB9) is unknown color: approx Cloud. HEX triplet: BE, BC and B9. RGB value is (190,188,185). Sum of RGB (Red+Green+Blue) = 190+188+185=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB9 is #414346. Grayscale: #BCBCBC. Windows color (decimal): -4277063 or 12172478. OLE color: 12172478.

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

Color convert

RGB190188185-
CMYK00.010.030.25
HSL36º3.7%73.53%-
HSV(B)36º2.63%74.51%-
XYZ47.9850.4253.1-
YUV188.26126.16129.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=33.75%
G=33.39%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018818500.010.030.25363.773.53
HexBEBCB9013192444a
Octal27627427101331444112
Binary1011111010111100101110010111110011001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCB9; }

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

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

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

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

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

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

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

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