Html Css Color HEX #BDA0EB Perfume

📋 copy color: '#BDA0EB'

red 189 ◦ green 160 ◦ blue 235

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

Shades of Perfume #BDA0EB

Tints of Perfume #BDA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.4%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 32.36%
G = 27.4%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDA0EB (or 0xBDA0EB) is known color: Perfume. HEX triplet: BD, A0 and EB. RGB value is (189,160,235). Sum of RGB (Red+Green+Blue) = 189+160+235=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0EB is #425F14. Grayscale: #B0B0B0. Windows color (decimal): -4349717 or 15442109. OLE color: 15442109.

HSL color Cylindrical-coordinate representation of color #BDA0EB: hue angle of 263.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA0EB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 160 235 -
CMYK 0.20 0.32 0 0.08
HSL 263.2º 0.65% 0.77% -
HSV(B) 263.2º 0.32% 0.92% -
XYZ 48.55 41.96 84.14 -
YUV 177.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 189 160 235 0.20 0.32 0 0.08 263.2 0.65 0.77
Hex BD A0 EB 14 20 0 8 107 41 4D
Octal 275 240 353 24 40 0 10 407 101 115
Binary 10111101 10100000 11101011 10100 100000 0 1000 100000111 1000001 1001101

Color Harmonies of #BDA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0EB

Black with #BDA0EB

Text Example


Text Example

White with #BDA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0EB; }

 p { color: rgb(189,160,235); }

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

background-color css

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

 a { background-color: rgb(189,160,235); }

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

border-color css

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

 span { border-color: rgb(189,160,235); }

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