Html Css Color HEX #BDA2FD Perfume

📋 copy color: '#BDA2FD'

red 189 ◦ green 162 ◦ blue 253

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

Shades of Perfume #BDA2FD

Tints of Perfume #BDA2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 31.29%
G = 26.82%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA2FD (or 0xBDA2FD) is known color: Perfume. HEX triplet: BD, A2 and FD. RGB value is (189,162,253). Sum of RGB (Red+Green+Blue) = 189+162+253=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2FD is #425D02. Grayscale: #B4B4B4. Windows color (decimal): -4349187 or 16622269. OLE color: 16622269.

HSL color Cylindrical-coordinate representation of color #BDA2FD: hue angle of 257.8º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA2FD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 162 253 -
CMYK 0.25 0.36 0 0.01
HSL 257.8º 0.96% 0.81% -
HSV(B) 257.8º 0.36% 0.99% -
XYZ 51.64 43.75 98.65 -
YUV 180.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 189 162 253 0.25 0.36 0 0.01 257.8 0.96 0.81
Hex BD A2 FD 19 24 0 1 102 60 51
Octal 275 242 375 31 44 0 1 402 140 121
Binary 10111101 10100010 11111101 11001 100100 0 1 100000010 1100000 1010001

Color Harmonies of #BDA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2FD

Black with #BDA2FD

Text Example


Text Example

White with #BDA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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