Html Css Color HEX #BDA4ED Perfume

📋 copy color: '#BDA4ED'

red 189 ◦ green 164 ◦ blue 237

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

Shades of Perfume #BDA4ED

Tints of Perfume #BDA4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 32.03%
G = 27.8%
B = 40.17%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA4ED (or 0xBDA4ED) is known color: Perfume. HEX triplet: BD, A4 and ED. RGB value is (189,164,237). Sum of RGB (Red+Green+Blue) = 189+164+237=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4ED is #425B12. Grayscale: #B3B3B3. Windows color (decimal): -4348691 or 15574205. OLE color: 15574205.

HSL color Cylindrical-coordinate representation of color #BDA4ED: hue angle of 260.55º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA4ED is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 164 237 -
CMYK 0.20 0.31 0 0.07
HSL 260.55º 0.67% 0.79% -
HSV(B) 260.55º 0.31% 0.93% -
XYZ 49.55 43.48 85.9 -
YUV 179.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 189 164 237 0.20 0.31 0 0.07 260.55 0.67 0.79
Hex BD A4 ED 14 1F 0 7 105 43 4F
Octal 275 244 355 24 37 0 7 405 103 117
Binary 10111101 10100100 11101101 10100 11111 0 111 100000101 1000011 1001111

Color Harmonies of #BDA4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4ED

Black with #BDA4ED

Text Example


Text Example

White with #BDA4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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