#C2BBB4

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

Shades of Tide #C2BBB4

Tints of Tide #C2BBB4

Color information

#C2BBB4 (or 0xC2BBB4) is unknown color: approx Tide. HEX triplet: C2, BB and B4. RGB value is (194,187,180). Sum of RGB (Red+Green+Blue) = 194+187+180=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBB4 is #3D444B. Grayscale: #BCBCBC. Windows color (decimal): -4015180 or 11844546. OLE color: 11844546.

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

Color convert

RGB194187180-
CMYK00.040.070.24
HSL30º10.29%73.33%-
HSV(B)30º7.22%76.08%-
XYZ48.2650.3150.35-
YUV188.3123.32132.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=34.58%
G=33.33%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418718000.040.070.243010.2973.33
HexC2BBB4047181ea49
Octal302273264047303612111
Binary1100001010111011101101000100111110001111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBB4; }

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

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

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

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

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

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

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

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