Html Css Color HEX #C2BABC Pink Flare

📋 copy color: '#C2BABC'

red 194 ◦ green 186 ◦ blue 188

#C2BABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #C2BABC

Tints of Pink Flare #C2BABC

RGB

 RED value IS 194 (76.17% from 255) = 34.15%

 GREEN value IS 186 (73.05% from 255) = 32.75%

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 34.15%
G = 32.75%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2BABC (or 0xC2BABC) is known color: Pink Flare. HEX triplet: C2, BA and BC. RGB value is (194,186,188). Sum of RGB (Red+Green+Blue) = 194+186+188=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BABC is #3D4543. Grayscale: #BCBCBC. Windows color (decimal): -4015428 or 12368578. OLE color: 12368578.

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

Color convert

RGB 194 186 188 -
CMYK 0 0.04 0.03 0.24
HSL 345º 0.06% 0.75% -
HSV(B) 345º 0.04% 0.76% -
XYZ 48.88 50.22 54.69 -
YUV 188.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 194 186 188 0 0.04 0.03 0.24 345 0.06 0.75
Hex C2 BA BC 0 4 3 18 159 6 4B
Octal 302 272 274 0 4 3 30 531 6 113
Binary 11000010 10111010 10111100 0 100 11 11000 101011001 110 1001011

Color Harmonies of #C2BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BABC

Black with #C2BABC

Text Example


Text Example

White with #C2BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BABC; }

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

 H1.HeaderClassName
 {
   color: #C2BABC;
 }
 .AnyTagClassName
 {
   color: #C2BABC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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