#C2BBBA

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

Shades of Pink Swan #C2BBBA

Tints of Pink Swan #C2BBBA

Color information

#C2BBBA (or 0xC2BBBA) is unknown color: approx Pink Swan. HEX triplet: C2, BB and BA. RGB value is (194,187,186). Sum of RGB (Red+Green+Blue) = 194+187+186=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBBA is #3D4445. Grayscale: #BCBCBC. Windows color (decimal): -4015174 or 12237762. OLE color: 12237762.

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

Color convert

RGB194187186-
CMYK00.040.040.24
HSL7.5º6.15%74.51%-
HSV(B)7.5º4.12%76.08%-
XYZ48.8850.5653.64-
YUV188.98126.32131.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=34.22%
G=32.98%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418718600.040.040.247.56.1574.51
HexC2BBBA04418864b
Octal30227327204430106113
Binary11000010101110111011101001001001100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBBA; }

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

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

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

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

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

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

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

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