Html Css Color HEX #BDA2FB Perfume

📋 copy color: '#BDA2FB'

red 189 ◦ green 162 ◦ blue 251

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

Shades of Perfume #BDA2FB

Tints of Perfume #BDA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 31.4%
G = 26.91%
B = 41.69%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDA2FB (or 0xBDA2FB) is known color: Perfume. HEX triplet: BD, A2 and FB. RGB value is (189,162,251). Sum of RGB (Red+Green+Blue) = 189+162+251=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2FB is #425D04. Grayscale: #B3B3B3. Windows color (decimal): -4349189 or 16491197. OLE color: 16491197.

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

Color convert

RGB 189 162 251 -
CMYK 0.25 0.35 0 0.02
HSL 258.2º 0.92% 0.81% -
HSV(B) 258.2º 0.35% 0.98% -
XYZ 51.32 43.62 96.98 -
YUV 180.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 189 162 251 0.25 0.35 0 0.02 258.2 0.92 0.81
Hex BD A2 FB 19 23 0 2 102 5C 51
Octal 275 242 373 31 43 0 2 402 134 121
Binary 10111101 10100010 11111011 11001 100011 0 10 100000010 1011100 1010001

Color Harmonies of #BDA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2FB

Black with #BDA2FB

Text Example


Text Example

White with #BDA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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