Html Css Color HEX #BDA5ED Perfume

📋 copy color: '#BDA5ED'

red 189 ◦ green 165 ◦ blue 237

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

Shades of Perfume #BDA5ED

Tints of Perfume #BDA5ED

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.92%

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

R = 31.98%
G = 27.92%
B = 40.1%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA5ED (or 0xBDA5ED) is known color: Perfume. HEX triplet: BD, A5 and ED. RGB value is (189,165,237). Sum of RGB (Red+Green+Blue) = 189+165+237=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5ED is #425A12. Grayscale: #B4B4B4. Windows color (decimal): -4348435 or 15574461. OLE color: 15574461.

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

Color convert

RGB 189 165 237 -
CMYK 0.20 0.30 0 0.07
HSL 260º 0.67% 0.79% -
HSV(B) 260º 0.3% 0.93% -
XYZ 49.73 43.84 85.96 -
YUV 180.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 189 165 237 0.20 0.30 0 0.07 260 0.67 0.79
Hex BD A5 ED 14 1E 0 7 104 43 4F
Octal 275 245 355 24 36 0 7 404 103 117
Binary 10111101 10100101 11101101 10100 11110 0 111 100000100 1000011 1001111

Color Harmonies of #BDA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5ED

Black with #BDA5ED

Text Example


Text Example

White with #BDA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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