#C4BBBC

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

Shades of Pink Flare #C4BBBC

Tints of Pink Flare #C4BBBC

Color information

#C4BBBC (or 0xC4BBBC) is unknown color: approx Pink Flare. HEX triplet: C4, BB and BC. RGB value is (196,187,188). Sum of RGB (Red+Green+Blue) = 196+187+188=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBBC is #3B4443. Grayscale: #BDBDBD. Windows color (decimal): -3884100 or 12368836. OLE color: 12368836.

HSL color Cylindrical-coordinate representation of color #C4BBBC: hue angle of 353.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BBBC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196187188-
CMYK00.050.040.23
HSL353.33º7.09%75.1%-
HSV(B)353.33º4.59%76.86%-
XYZ49.6150.9154.79-
YUV189.8126.98132.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=34.33%
G=32.75%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618718800.050.040.23353.337.0975.1
HexC4BBBC0541716174b
Octal304273274054275417113
Binary1100010010111011101111000101100101111011000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBBC; }

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

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

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

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

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

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

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

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