Html Css Color HEX #BDA4CF Perfume

📋 copy color: '#BDA4CF'

red 189 ◦ green 164 ◦ blue 207

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

Shades of Perfume #BDA4CF

Tints of Perfume #BDA4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.29%

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

R = 33.75%
G = 29.29%
B = 36.96%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA4CF (or 0xBDA4CF) is known color: Perfume. HEX triplet: BD, A4 and CF. RGB value is (189,164,207). Sum of RGB (Red+Green+Blue) = 189+164+207=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4CF is #425B30. Grayscale: #B0B0B0. Windows color (decimal): -4348721 or 13608125. OLE color: 13608125.

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

Color convert

RGB 189 164 207 -
CMYK 0.09 0.21 0 0.19
HSL 274.88º 0.31% 0.73% -
HSV(B) 274.88º 0.21% 0.81% -
XYZ 45.52 41.87 64.71 -
YUV 176.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 189 164 207 0.09 0.21 0 0.19 274.88 0.31 0.73
Hex BD A4 CF 9 15 0 13 113 1F 49
Octal 275 244 317 11 25 0 23 423 37 111
Binary 10111101 10100100 11001111 1001 10101 0 10011 100010011 11111 1001001

Color Harmonies of #BDA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4CF

Black with #BDA4CF

Text Example


Text Example

White with #BDA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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