Html Css Color HEX #BDA1FC Perfume

📋 copy color: '#BDA1FC'

red 189 ◦ green 161 ◦ blue 252

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

Shades of Perfume #BDA1FC

Tints of Perfume #BDA1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.74%

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 31.4%
G = 26.74%
B = 41.86%

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

#BDA1FC (or 0xBDA1FC) is known color: Perfume. HEX triplet: BD, A1 and FC. RGB value is (189,161,252). Sum of RGB (Red+Green+Blue) = 189+161+252=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1FC is #425E03. Grayscale: #B3B3B3. Windows color (decimal): -4349444 or 16556477. OLE color: 16556477.

HSL color Cylindrical-coordinate representation of color #BDA1FC: hue angle of 258.46º degrees, saturation: 0.94, 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 #BDA1FC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 161 252 -
CMYK 0.25 0.36 0 0.01
HSL 258.46º 0.94% 0.81% -
HSV(B) 258.46º 0.36% 0.99% -
XYZ 51.3 43.34 97.76 -
YUV 179.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 189 161 252 0.25 0.36 0 0.01 258.46 0.94 0.81
Hex BD A1 FC 19 24 0 1 102 5E 51
Octal 275 241 374 31 44 0 1 402 136 121
Binary 10111101 10100001 11111100 11001 100100 0 1 100000010 1011110 1010001

Color Harmonies of #BDA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1FC

Black with #BDA1FC

Text Example


Text Example

White with #BDA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1FC; }

 p { color: rgb(189,161,252); }

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

background-color css

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

 a { background-color: rgb(189,161,252); }

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

border-color css

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

 span { border-color: rgb(189,161,252); }

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