#C2BBBC

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

Shades of Pink Flare #C2BBBC

Tints of Pink Flare #C2BBBC

Color information

#C2BBBC (or 0xC2BBBC) is unknown color: approx Pink Flare. HEX triplet: C2, BB and BC. RGB value is (194,187,188). Sum of RGB (Red+Green+Blue) = 194+187+188=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBBC is #3D4443. Grayscale: #BDBDBD. Windows color (decimal): -4015172 or 12368834. OLE color: 12368834.

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

Color convert

RGB194187188-
CMYK00.040.030.24
HSL351.43º5.43%74.71%-
HSV(B)351.43º3.61%76.08%-
XYZ49.150.6454.76-
YUV189.21127.32131.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=34.09%
G=32.86%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418718800.040.030.24351.435.4374.71
HexC2BBBC0431815f54b
Octal302273274043305375113
Binary110000101011101110111100010011110001010111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBBC; }

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

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

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

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

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

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

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

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