#C2BFBB

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

Shades of Cloud #C2BFBB

Tints of Cloud #C2BFBB

Color information

#C2BFBB (or 0xC2BFBB) is unknown color: approx Cloud. HEX triplet: C2, BF and BB. RGB value is (194,191,187). Sum of RGB (Red+Green+Blue) = 194+191+187=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBB is #3D4044. Grayscale: #BFBFBF. Windows color (decimal): -4014149 or 12304322. OLE color: 12304322.

HSL color Cylindrical-coordinate representation of color #C2BFBB: hue angle of 34.29º degrees, saturation: 0.05, 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 #C2BFBB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194191187-
CMYK00.020.040.24
HSL34.29º5.43%74.71%-
HSV(B)34.29º3.61%76.08%-
XYZ49.8552.3254.48-
YUV191.44125.49129.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=33.92%
G=33.39%
B=32.69%

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
Decimal19419118700.020.040.2434.295.4374.71
HexC2BFBB024182254b
Octal30227727302430425113
Binary110000101011111110111011010100110001000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFBB; }

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

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

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

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

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

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

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

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