#C2BFBA

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

Shades of Cloud #C2BFBA

Tints of Cloud #C2BFBA

Color information

#C2BFBA (or 0xC2BFBA) is unknown color: approx Cloud. HEX triplet: C2, BF and BA. RGB value is (194,191,186). Sum of RGB (Red+Green+Blue) = 194+191+186=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBA is #3D4045. Grayscale: #BFBFBF. Windows color (decimal): -4014150 or 12238786. OLE color: 12238786.

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

Color convert

RGB194191186-
CMYK00.020.040.24
HSL37.5º6.15%74.51%-
HSV(B)37.5º4.12%76.08%-
XYZ49.7452.2853.92-
YUV191.33124.99129.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=33.98%
G=33.45%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419118600.020.040.2437.56.1574.51
HexC2BFBA024182664b
Octal30227727202430466113
Binary110000101011111110111010010100110001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFBA; }

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

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

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

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

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

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

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

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