#BDAFB1

Color #BDAFB1 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #BDAFB1

Tints of Pink Flare #BDAFB1

Color information

#BDAFB1 (or 0xBDAFB1) is unknown color: approx Pink Flare. HEX triplet: BD, AF and B1. RGB value is (189,175,177). Sum of RGB (Red+Green+Blue) = 189+175+177=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFB1 is #42504E. Grayscale: #B3B3B3. Windows color (decimal): -4345935 or 11644861. OLE color: 11644861.

HSL color Cylindrical-coordinate representation of color #BDAFB1: hue angle of 351.43º 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 #BDAFB1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189175177-
CMYK00.070.060.26
HSL351.43º9.59%71.37%-
HSV(B)351.43º7.41%74.12%-
XYZ44.2544.6547.88-
YUV179.41126.64134.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=34.94%
G=32.35%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917517700.070.060.26351.439.5971.37
HexBDAFB10761A15fa47
Octal2752572610763253712107
Binary10111101101011111011000101111101101010101111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFB1; }

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

 H1.HeaderClassName
 {
   color: #BDAFB1;
 }
 .AnyTagClassName
 {
   color: #BDAFB1;
 }
</style>
background-color css

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

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

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

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

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

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