#C5BFB8

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

Shades of Cloud #C5BFB8

Tints of Cloud #C5BFB8

Color information

#C5BFB8 (or 0xC5BFB8) is unknown color: approx Cloud. HEX triplet: C5, BF and B8. RGB value is (197,191,184). Sum of RGB (Red+Green+Blue) = 197+191+184=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB8 is #3A4047. Grayscale: #C0C0C0. Windows color (decimal): -3817544 or 12107717. OLE color: 12107717.

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

Color convert

RGB197191184-
CMYK00.030.070.23
HSL32.31º10.08%74.71%-
HSV(B)32.31º6.6%77.25%-
XYZ50.3152.5952.85-
YUV192123.49131.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=34.44%
G=33.39%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719118400.030.070.2332.3110.0874.71
HexC5BFB80371720a4b
Octal305277270037274012113
Binary1100010110111111101110000111111011110000010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFB8; }

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

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

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

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

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

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

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

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