#C4BFB8

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

Shades of Cloud #C4BFB8

Tints of Cloud #C4BFB8

Color information

#C4BFB8 (or 0xC4BFB8) is unknown color: approx Cloud. HEX triplet: C4, BF and B8. RGB value is (196,191,184). Sum of RGB (Red+Green+Blue) = 196+191+184=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFB8 is #3B4047. Grayscale: #BFBFBF. Windows color (decimal): -3883080 or 12107716. OLE color: 12107716.

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

Color convert

RGB196191184-
CMYK00.030.060.23
HSL35º9.23%74.51%-
HSV(B)35º6.12%76.86%-
XYZ50.0552.4652.84-
YUV191.7123.66131.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=34.33%
G=33.45%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619118400.030.060.23359.2374.51
HexC4BFB8036172394b
Octal304277270036274311113
Binary1100010010111111101110000111101011110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFB8; }

 p { color: rgb(196,191,184); }

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

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

 a { background-color: rgb(196,191,184); }

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

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

 span { border-color: rgb(196,191,184); }

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