Html Css Color HEX #D7BBBC Pink Flare

📋 copy color: '#D7BBBC'

red 215 ◦ green 187 ◦ blue 188

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

Shades of Pink Flare #D7BBBC

Tints of Pink Flare #D7BBBC

RGB

 RED value IS 215 (84.38% from 255) = 36.44%

 GREEN value IS 187 (73.44% from 255) = 31.69%

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

R = 36.44%
G = 31.69%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7BBBC (or 0xD7BBBC) is known color: Pink Flare. HEX triplet: D7, BB and BC. RGB value is (215,187,188). Sum of RGB (Red+Green+Blue) = 215+187+188=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBBC is #284443. Grayscale: #C3C3C3. Windows color (decimal): -2638916 or 12368855. OLE color: 12368855.

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

Color convert

RGB 215 187 188 -
CMYK 0 0.13 0.13 0.16
HSL 357.86º 0.26% 0.79% -
HSV(B) 357.86º 0.13% 0.84% -
XYZ 54.87 53.62 55.03 -
YUV 195.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 215 187 188 0 0.13 0.13 0.16 357.86 0.26 0.79
Hex D7 BB BC 0 D D 10 166 1A 4F
Octal 327 273 274 0 15 15 20 546 32 117
Binary 11010111 10111011 10111100 0 1101 1101 10000 101100110 11010 1001111

Color Harmonies of #D7BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBBC

Black with #D7BBBC

Text Example


Text Example

White with #D7BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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