#C9BFB2

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

Shades of Cloud #C9BFB2

Tints of Cloud #C9BFB2

Color information

#C9BFB2 (or 0xC9BFB2) is unknown color: approx Cloud. HEX triplet: C9, BF and B2. RGB value is (201,191,178). Sum of RGB (Red+Green+Blue) = 201+191+178=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFB2 is #36404D. Grayscale: #C0C0C0. Windows color (decimal): -3555406 or 11714505. OLE color: 11714505.

HSL color Cylindrical-coordinate representation of color #C9BFB2: hue angle of 33.91º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BFB2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201191178-
CMYK00.050.110.21
HSL33.91º17.56%74.31%-
HSV(B)33.91º11.44%78.82%-
XYZ50.7552.8949.65-
YUV192.51119.81134.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=35.26%
G=33.51%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119117800.050.110.2133.9117.5674.31
HexC9BFB205B1522124a
Octal3112772620513254222112
Binary1100100110111111101100100101101110101100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFB2; }

 p { color: rgb(201,191,178); }

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

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

 a { background-color: rgb(201,191,178); }

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

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

 span { border-color: rgb(201,191,178); }

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