Html Css Color HEX #BDA0FA Perfume

📋 copy color: '#BDA0FA'

red 189 ◦ green 160 ◦ blue 250

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

Shades of Perfume #BDA0FA

Tints of Perfume #BDA0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 31.55%
G = 26.71%
B = 41.74%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDA0FA (or 0xBDA0FA) is known color: Perfume. HEX triplet: BD, A0 and FA. RGB value is (189,160,250). Sum of RGB (Red+Green+Blue) = 189+160+250=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0FA is #425F05. Grayscale: #B2B2B2. Windows color (decimal): -4349702 or 16425149. OLE color: 16425149.

HSL color Cylindrical-coordinate representation of color #BDA0FA: hue angle of 259.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA0FA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 160 250 -
CMYK 0.24 0.36 0 0.02
HSL 259.33º 0.9% 0.8% -
HSV(B) 259.33º 0.36% 0.98% -
XYZ 50.81 42.86 96.04 -
YUV 178.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 189 160 250 0.24 0.36 0 0.02 259.33 0.9 0.8
Hex BD A0 FA 18 24 0 2 103 5A 50
Octal 275 240 372 30 44 0 2 403 132 120
Binary 10111101 10100000 11111010 11000 100100 0 10 100000011 1011010 1010000

Color Harmonies of #BDA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0FA

Black with #BDA0FA

Text Example


Text Example

White with #BDA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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