Html Css Color HEX #BDA4E9 Perfume

📋 copy color: '#BDA4E9'

red 189 ◦ green 164 ◦ blue 233

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

Shades of Perfume #BDA4E9

Tints of Perfume #BDA4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 32.25%
G = 27.99%
B = 39.76%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA4E9 (or 0xBDA4E9) is known color: Perfume. HEX triplet: BD, A4 and E9. RGB value is (189,164,233). Sum of RGB (Red+Green+Blue) = 189+164+233=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4E9 is #425B16. Grayscale: #B3B3B3. Windows color (decimal): -4348695 or 15312061. OLE color: 15312061.

HSL color Cylindrical-coordinate representation of color #BDA4E9: hue angle of 261.74º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA4E9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 164 233 -
CMYK 0.19 0.30 0 0.09
HSL 261.74º 0.61% 0.78% -
HSV(B) 261.74º 0.3% 0.91% -
XYZ 48.97 43.25 82.86 -
YUV 179.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 189 164 233 0.19 0.30 0 0.09 261.74 0.61 0.78
Hex BD A4 E9 13 1E 0 9 106 3D 4E
Octal 275 244 351 23 36 0 11 406 75 116
Binary 10111101 10100100 11101001 10011 11110 0 1001 100000110 111101 1001110

Color Harmonies of #BDA4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4E9

Black with #BDA4E9

Text Example


Text Example

White with #BDA4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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