Html Css Color HEX #BDA2F9 Perfume

📋 copy color: '#BDA2F9'

red 189 ◦ green 162 ◦ blue 249

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

Shades of Perfume #BDA2F9

Tints of Perfume #BDA2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 31.5%
G = 27%
B = 41.5%

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

#BDA2F9 (or 0xBDA2F9) is known color: Perfume. HEX triplet: BD, A2 and F9. RGB value is (189,162,249). Sum of RGB (Red+Green+Blue) = 189+162+249=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDA2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2F9 is #425D06. Grayscale: #B3B3B3. Windows color (decimal): -4349191 or 16360125. OLE color: 16360125.

HSL color Cylindrical-coordinate representation of color #BDA2F9: hue angle of 258.62º degrees, saturation: 0.88, 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 #BDA2F9 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 162 249 -
CMYK 0.24 0.35 0 0.02
HSL 258.62º 0.88% 0.81% -
HSV(B) 258.62º 0.35% 0.98% -
XYZ 51.01 43.5 95.33 -
YUV 179.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 189 162 249 0.24 0.35 0 0.02 258.62 0.88 0.81
Hex BD A2 F9 18 23 0 2 103 58 51
Octal 275 242 371 30 43 0 2 403 130 121
Binary 10111101 10100010 11111001 11000 100011 0 10 100000011 1011000 1010001

Color Harmonies of #BDA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2F9

Black with #BDA2F9

Text Example


Text Example

White with #BDA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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