Html Css Color HEX #BDA4E7 Perfume

📋 copy color: '#BDA4E7'

red 189 ◦ green 164 ◦ blue 231

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

Shades of Perfume #BDA4E7

Tints of Perfume #BDA4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.55%

R = 32.36%
G = 28.08%
B = 39.55%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA4E7 (or 0xBDA4E7) is known color: Perfume. HEX triplet: BD, A4 and E7. RGB value is (189,164,231). Sum of RGB (Red+Green+Blue) = 189+164+231=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4E7 is #425B18. Grayscale: #B2B2B2. Windows color (decimal): -4348697 or 15180989. OLE color: 15180989.

HSL color Cylindrical-coordinate representation of color #BDA4E7: hue angle of 262.39º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA4E7 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 164 231 -
CMYK 0.18 0.29 0 0.09
HSL 262.39º 0.58% 0.77% -
HSV(B) 262.39º 0.29% 0.91% -
XYZ 48.69 43.14 81.36 -
YUV 179.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 189 164 231 0.18 0.29 0 0.09 262.39 0.58 0.77
Hex BD A4 E7 12 1D 0 9 106 3A 4D
Octal 275 244 347 22 35 0 11 406 72 115
Binary 10111101 10100100 11100111 10010 11101 0 1001 100000110 111010 1001101

Color Harmonies of #BDA4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4E7

Black with #BDA4E7

Text Example


Text Example

White with #BDA4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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