#C8BEAF

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

Shades of Cloud #C8BEAF

Tints of Cloud #C8BEAF

Color information

#C8BEAF (or 0xC8BEAF) is unknown color: approx Cloud. HEX triplet: C8, BE and AF. RGB value is (200,190,175). Sum of RGB (Red+Green+Blue) = 200+190+175=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEAF is #374150. Grayscale: #BFBFBF. Windows color (decimal): -3621201 or 11517640. OLE color: 11517640.

HSL color Cylindrical-coordinate representation of color #C8BEAF: hue angle of 36º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BEAF is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200190175-
CMYK00.050.120.22
HSL36º18.52%73.53%-
HSV(B)36º12.5%78.43%-
XYZ49.9752.248-
YUV191.28118.81134.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=35.40%
G=33.63%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019017500.050.120.223618.5273.53
HexC8BEAF05C1624134a
Octal3102762570514264423112
Binary1100100010111110101011110101110010110100100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEAF; }

 p { color: rgb(200,190,175); }

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

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

 a { background-color: rgb(200,190,175); }

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

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

 span { border-color: rgb(200,190,175); }

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