Html Css Color HEX #BDA4EF Perfume

📋 copy color: '#BDA4EF'

red 189 ◦ green 164 ◦ blue 239

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

Shades of Perfume #BDA4EF

Tints of Perfume #BDA4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 31.93%
G = 27.7%
B = 40.37%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDA4EF (or 0xBDA4EF) is known color: Perfume. HEX triplet: BD, A4 and EF. RGB value is (189,164,239). Sum of RGB (Red+Green+Blue) = 189+164+239=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4EF is #425B10. Grayscale: #B3B3B3. Windows color (decimal): -4348689 or 15705277. OLE color: 15705277.

HSL color Cylindrical-coordinate representation of color #BDA4EF: hue angle of 260º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA4EF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 164 239 -
CMYK 0.21 0.31 0 0.06
HSL 260º 0.7% 0.79% -
HSV(B) 260º 0.31% 0.94% -
XYZ 49.84 43.6 87.45 -
YUV 180.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 189 164 239 0.21 0.31 0 0.06 260 0.7 0.79
Hex BD A4 EF 15 1F 0 6 104 46 4F
Octal 275 244 357 25 37 0 6 404 106 117
Binary 10111101 10100100 11101111 10101 11111 0 110 100000100 1000110 1001111

Color Harmonies of #BDA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4EF

Black with #BDA4EF

Text Example


Text Example

White with #BDA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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