#C4BEB2

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

Shades of Cloud #C4BEB2

Tints of Cloud #C4BEB2

Color information

#C4BEB2 (or 0xC4BEB2) is unknown color: approx Cloud. HEX triplet: C4, BE and B2. RGB value is (196,190,178). Sum of RGB (Red+Green+Blue) = 196+190+178=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEB2 is #3B414D. Grayscale: #BEBEBE. Windows color (decimal): -3883342 or 11714244. OLE color: 11714244.

HSL color Cylindrical-coordinate representation of color #C4BEB2: hue angle of 40º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BEB2 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB196190178-
CMYK00.030.090.23
HSL40º13.24%73.33%-
HSV(B)40º9.18%76.86%-
XYZ49.2151.7849.52-
YUV190.43120.99131.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=34.75%
G=33.69%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619017800.030.090.234013.2473.33
HexC4BEB20391728d49
Octal3042762620311275015111
Binary11000100101111101011001001110011011110100011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEB2; }

 p { color: rgb(196,190,178); }

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

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

 a { background-color: rgb(196,190,178); }

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

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

 span { border-color: rgb(196,190,178); }

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