Html Css Color HEX #BDA2FA Perfume

📋 copy color: '#BDA2FA'

red 189 ◦ green 162 ◦ blue 250

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

Shades of Perfume #BDA2FA

Tints of Perfume #BDA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.96%

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

R = 31.45%
G = 26.96%
B = 41.6%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDA2FA (or 0xBDA2FA) is known color: Perfume. HEX triplet: BD, A2 and FA. RGB value is (189,162,250). Sum of RGB (Red+Green+Blue) = 189+162+250=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2FA is #425D05. Grayscale: #B3B3B3. Windows color (decimal): -4349190 or 16425661. OLE color: 16425661.

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

Color convert

RGB 189 162 250 -
CMYK 0.24 0.35 0 0.02
HSL 258.41º 0.9% 0.81% -
HSV(B) 258.41º 0.35% 0.98% -
XYZ 51.16 43.56 96.15 -
YUV 180.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 189 162 250 0.24 0.35 0 0.02 258.41 0.9 0.81
Hex BD A2 FA 18 23 0 2 102 5A 51
Octal 275 242 372 30 43 0 2 402 132 121
Binary 10111101 10100010 11111010 11000 100011 0 10 100000010 1011010 1010001

Color Harmonies of #BDA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2FA

Black with #BDA2FA

Text Example


Text Example

White with #BDA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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