#C2BFB6

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

Shades of Cloud #C2BFB6

Tints of Cloud #C2BFB6

Color information

#C2BFB6 (or 0xC2BFB6) is unknown color: approx Cloud. HEX triplet: C2, BF and B6. RGB value is (194,191,182). Sum of RGB (Red+Green+Blue) = 194+191+182=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFB6 is #3D4049. Grayscale: #BEBEBE. Windows color (decimal): -4014154 or 11976642. OLE color: 11976642.

HSL color Cylindrical-coordinate representation of color #C2BFB6: hue angle of 45º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BFB6 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194191182-
CMYK00.020.060.24
HSL45º8.96%73.73%-
HSV(B)45º6.19%76.08%-
XYZ49.3252.1151.71-
YUV190.87122.99130.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=34.22%
G=33.69%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419118200.020.060.24458.9673.73
HexC2BFB6026182d94a
Octal302277266026305511112
Binary1100001010111111101101100101101100010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFB6; }

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

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

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

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

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

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

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

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