Html Css Color HEX #C4BEB2 Cloud

📋 copy color: '#C4BEB2'

red 196 ◦ green 190 ◦ blue 178

#C4BEB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud #C4BEB2

Tints of Cloud #C4BEB2

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 value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C4BEB2 (or 0xC4BEB2) is known color: 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

RGB 196 190 178 -
CMYK 0 0.03 0.09 0.23
HSL 40º 0.13% 0.73% -
HSV(B) 40º 0.09% 0.77% -
XYZ 49.21 51.78 49.52 -
YUV 190.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 196 190 178 0 0.03 0.09 0.23 40 0.13 0.73
Hex C4 BE B2 0 3 9 17 28 D 49
Octal 304 276 262 0 3 11 27 50 15 111
Binary 11000100 10111110 10110010 0 11 1001 10111 101000 1101 1001001

Color Harmonies of #C4BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEB2

Black with #C4BEB2

Text Example


Text Example

White with #C4BEB2

Text Example


Text Example

HTML Codes & Css Web 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>