Html Css Color HEX #BDAFB2 Pink Flare

📋 copy color: '#BDAFB2'

red 189 ◦ green 175 ◦ blue 178

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

Shades of Pink Flare #BDAFB2

Tints of Pink Flare #BDAFB2

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

 GREEN value IS 175 (68.75% from 255) = 32.29%

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 34.87%
G = 32.29%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDAFB2 (or 0xBDAFB2) is known color: Pink Flare. HEX triplet: BD, AF and B2. RGB value is (189,175,178). Sum of RGB (Red+Green+Blue) = 189+175+178=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFB2 is #42504D. Grayscale: #B3B3B3. Windows color (decimal): -4345934 or 11710397. OLE color: 11710397.

HSL color Cylindrical-coordinate representation of color #BDAFB2: hue angle of 347.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDAFB2 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 178 -
CMYK 0 0.07 0.06 0.26
HSL 347.14º 0.1% 0.71% -
HSV(B) 347.14º 0.07% 0.74% -
XYZ 44.35 44.69 48.41 -
YUV 179.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 189 175 178 0 0.07 0.06 0.26 347.14 0.1 0.71
Hex BD AF B2 0 7 6 1A 15B A 47
Octal 275 257 262 0 7 6 32 533 12 107
Binary 10111101 10101111 10110010 0 111 110 11010 101011011 1010 1000111

Color Harmonies of #BDAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFB2

Black with #BDAFB2

Text Example


Text Example

White with #BDAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFB2; }

 p { color: rgb(189,175,178); }

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

background-color css

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

 a { background-color: rgb(189,175,178); }

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

border-color css

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

 span { border-color: rgb(189,175,178); }

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