Html Css Color HEX #D5BABC Pink Flare

📋 copy color: '#D5BABC'

red 213 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #D5BABC

Tints of Pink Flare #D5BABC

RGB

 RED value IS 213 (83.59% from 255) = 36.29%

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

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

R = 36.29%
G = 31.69%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5BABC (or 0xD5BABC) is known color: Pink Flare. HEX triplet: D5, BA and BC. RGB value is (213,186,188). Sum of RGB (Red+Green+Blue) = 213+186+188=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BABC is #2A4543. Grayscale: #C2C2C2. Windows color (decimal): -2770244 or 12368597. OLE color: 12368597.

HSL color Cylindrical-coordinate representation of color #D5BABC: hue angle of 355.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BABC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 188 -
CMYK 0 0.13 0.12 0.16
HSL 355.56º 0.24% 0.78% -
HSV(B) 355.56º 0.13% 0.84% -
XYZ 54.08 52.89 54.94 -
YUV 194.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 213 186 188 0 0.13 0.12 0.16 355.56 0.24 0.78
Hex D5 BA BC 0 D C 10 164 18 4E
Octal 325 272 274 0 15 14 20 544 30 116
Binary 11010101 10111010 10111100 0 1101 1100 10000 101100100 11000 1001110

Color Harmonies of #D5BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BABC

Black with #D5BABC

Text Example


Text Example

White with #D5BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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