Html Css Color HEX #BDA9CF Perfume

📋 copy color: '#BDA9CF'

red 189 ◦ green 169 ◦ blue 207

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

Shades of Perfume #BDA9CF

Tints of Perfume #BDA9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.91%

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

R = 33.45%
G = 29.91%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA9CF (or 0xBDA9CF) is known color: Perfume. HEX triplet: BD, A9 and CF. RGB value is (189,169,207). Sum of RGB (Red+Green+Blue) = 189+169+207=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CF is #425630. Grayscale: #B3B3B3. Windows color (decimal): -4347441 or 13609405. OLE color: 13609405.

HSL color Cylindrical-coordinate representation of color #BDA9CF: hue angle of 271.58º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA9CF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 169 207 -
CMYK 0.09 0.18 0 0.19
HSL 271.58º 0.28% 0.74% -
HSV(B) 271.58º 0.18% 0.81% -
XYZ 46.44 43.7 65.02 -
YUV 179.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 189 169 207 0.09 0.18 0 0.19 271.58 0.28 0.74
Hex BD A9 CF 9 12 0 13 110 1C 4A
Octal 275 251 317 11 22 0 23 420 34 112
Binary 10111101 10101001 11001111 1001 10010 0 10011 100010000 11100 1001010

Color Harmonies of #BDA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9CF

Black with #BDA9CF

Text Example


Text Example

White with #BDA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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