Html Css Color HEX #BDA6CF Perfume

📋 copy color: '#BDA6CF'

red 189 ◦ green 166 ◦ blue 207

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

Shades of Perfume #BDA6CF

Tints of Perfume #BDA6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 33.63%
G = 29.54%
B = 36.83%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA6CF (or 0xBDA6CF) is known color: Perfume. HEX triplet: BD, A6 and CF. RGB value is (189,166,207). Sum of RGB (Red+Green+Blue) = 189+166+207=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6CF is #425930. Grayscale: #B1B1B1. Windows color (decimal): -4348209 or 13608637. OLE color: 13608637.

HSL color Cylindrical-coordinate representation of color #BDA6CF: hue angle of 273.66º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA6CF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 166 207 -
CMYK 0.09 0.20 0 0.19
HSL 273.66º 0.3% 0.73% -
HSV(B) 273.66º 0.2% 0.81% -
XYZ 45.88 42.6 64.83 -
YUV 177.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 189 166 207 0.09 0.20 0 0.19 273.66 0.3 0.73
Hex BD A6 CF 9 14 0 13 112 1E 49
Octal 275 246 317 11 24 0 23 422 36 111
Binary 10111101 10100110 11001111 1001 10100 0 10011 100010010 11110 1001001

Color Harmonies of #BDA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6CF

Black with #BDA6CF

Text Example


Text Example

White with #BDA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6CF; }

 p { color: rgb(189,166,207); }

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

background-color css

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

 a { background-color: rgb(189,166,207); }

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

border-color css

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

 span { border-color: rgb(189,166,207); }

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