#C5BFB4

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

Shades of Cloud #C5BFB4

Tints of Cloud #C5BFB4

Color information

#C5BFB4 (or 0xC5BFB4) is unknown color: approx Cloud. HEX triplet: C5, BF and B4. RGB value is (197,191,180). Sum of RGB (Red+Green+Blue) = 197+191+180=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB4 is #3A404B. Grayscale: #BFBFBF. Windows color (decimal): -3817548 or 11845573. OLE color: 11845573.

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

Color convert

RGB197191180-
CMYK00.030.090.23
HSL38.82º12.78%73.92%-
HSV(B)38.82º8.63%77.25%-
XYZ49.8952.4350.67-
YUV191.54121.49131.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=34.68%
G=33.63%
B=31.69%

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
Decimal19719118000.030.090.2338.8212.7873.92
HexC5BFB40391727d4a
Octal3052772640311274715112
Binary11000101101111111011010001110011011110011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFB4; }

 p { color: rgb(197,191,180); }

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

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

 a { background-color: rgb(197,191,180); }

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

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

 span { border-color: rgb(197,191,180); }

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