#C5BFB6

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

Shades of Cloud #C5BFB6

Tints of Cloud #C5BFB6

Color information

#C5BFB6 (or 0xC5BFB6) is unknown color: approx Cloud. HEX triplet: C5, BF and B6. RGB value is (197,191,182). Sum of RGB (Red+Green+Blue) = 197+191+182=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFB6 is #3A4049. Grayscale: #BFBFBF. Windows color (decimal): -3817546 or 11976645. OLE color: 11976645.

HSL color Cylindrical-coordinate representation of color #C5BFB6: 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 #C5BFB6 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB197191182-
CMYK00.030.080.23
HSL36º11.45%74.31%-
HSV(B)36º7.61%77.25%-
XYZ50.152.5151.75-
YUV191.77122.49131.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=34.56%
G=33.51%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719118200.030.080.233611.4574.31
HexC5BFB60381724b4a
Octal3052772660310274413112
Binary11000101101111111011011001110001011110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFB6; }

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

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

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

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

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

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

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

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