Shades of Cloud #C4BEB5
Tints of Cloud #C4BEB5
RGB
CMYK
RGB Variations
Color information
#C4BEB5 (or 0xC4BEB5) is known color: Cloud. HEX triplet: C4, BE and B5. RGB value is (196,190,181). Sum of RGB (Red+Green+Blue) = 196+190+181=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEB5 is #3B414A. Grayscale: #BEBEBE. Windows color (decimal): -3883339 or 11910852. OLE color: 11910852.
HSL color Cylindrical-coordinate representation of color #C4BEB5: hue angle of 36º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BEB5 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 190 | 181 | - |
CMYK | 0 | 0.03 | 0.08 | 0.23 |
HSL | 36º | 0.11% | 0.74% | - |
HSV(B) | 36º | 0.08% | 0.77% | - |
XYZ | 49.52 | 51.9 | 51.12 | - |
YUV | 190.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 190 | 181 | 0 | 0.03 | 0.08 | 0.23 | 36 | 0.11 | 0.74 |
Hex | C4 | BE | B5 | 0 | 3 | 8 | 17 | 24 | B | 4A |
Octal | 304 | 276 | 265 | 0 | 3 | 10 | 27 | 44 | 13 | 112 |
Binary | 11000100 | 10111110 | 10110101 | 0 | 11 | 1000 | 10111 | 100100 | 1011 | 1001010 |
Color Harmonies of #C4BEB5
Complementary color
Monochromatic Colors of #C4BEB5
Black with #C4BEB5
Text Example
Text Example
White with #C4BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEB5; }
p { color: rgb(196,190,181); }
H1.HeaderClassName
{
color: #C4BEB5;
}
.AnyTagClassName
{
color: #C4BEB5;
}
</style>
background-color css
<style>
a { background-color: #C4BEB5; }
a { background-color: rgb(196,190,181); }
div.DivClassName
{
background-color: #C4BEB5;
}
.BgClassName
{
background-color: #C4BEB5;
}
</style>
border-color css
<style>
span { border-color: #C4BEB5; }
span { border-color: rgb(196,190,181); }
td.TdClassName
{
border-color: #C4BEB5;
}
.TagClassName
{
border-color: #C4BEB5;
}
</style>