Html Css Color HEX #D4BDBE Pink Flare

📋 copy color: '#D4BDBE'

red 212 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #D4BDBE

Tints of Pink Flare #D4BDBE

RGB

 RED value IS 212 (83.2% from 255) = 35.87%

 GREEN value IS 189 (74.22% from 255) = 31.98%

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 35.87%
G = 31.98%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4BDBE (or 0xD4BDBE) is known color: Pink Flare. HEX triplet: D4, BD and BE. RGB value is (212,189,190). Sum of RGB (Red+Green+Blue) = 212+189+190=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDBE is #2B4241. Grayscale: #C4C4C4. Windows color (decimal): -2835010 or 12500436. OLE color: 12500436.

HSL color Cylindrical-coordinate representation of color #D4BDBE: hue angle of 357.39º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BDBE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 190 -
CMYK 0 0.11 0.10 0.17
HSL 357.39º 0.21% 0.79% -
HSV(B) 357.39º 0.11% 0.83% -
XYZ 54.64 54.11 56.28 -
YUV 195.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 212 189 190 0 0.11 0.10 0.17 357.39 0.21 0.79
Hex D4 BD BE 0 B A 11 165 15 4F
Octal 324 275 276 0 13 12 21 545 25 117
Binary 11010100 10111101 10111110 0 1011 1010 10001 101100101 10101 1001111

Color Harmonies of #D4BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDBE

Black with #D4BDBE

Text Example


Text Example

White with #D4BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDBE; }

 p { color: rgb(212,189,190); }

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

background-color css

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

 a { background-color: rgb(212,189,190); }

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

border-color css

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

 span { border-color: rgb(212,189,190); }

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