Html Css Color HEX #B49DFE Perfume

📋 copy color: '#B49DFE'

red 180 ◦ green 157 ◦ blue 254

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

Shades of Perfume #B49DFE

Tints of Perfume #B49DFE

RGB

 RED value IS 180 (70.7% from 255) = 30.46%

 GREEN value IS 157 (61.72% from 255) = 26.57%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 30.46%
G = 26.57%
B = 42.98%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B49DFE (or 0xB49DFE) is known color: Perfume. HEX triplet: B4, 9D and FE. RGB value is (180,157,254). Sum of RGB (Red+Green+Blue) = 180+157+254=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B49DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DFE is #4B6201. Grayscale: #AEAEAE. Windows color (decimal): -4940290 or 16686516. OLE color: 16686516.

HSL color Cylindrical-coordinate representation of color #B49DFE: hue angle of 254.23º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B49DFE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 157 254 -
CMYK 0.29 0.38 0 0.00
HSL 254.23º 0.98% 0.81% -
HSV(B) 254.23º 0.38% 1% -
XYZ 48.77 40.97 99.1 -
YUV 174.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 180 157 254 0.29 0.38 0 0.00 254.23 0.98 0.81
Hex B4 9D FE 1D 26 0 0 FE 62 51
Octal 264 235 376 35 46 0 0 376 142 121
Binary 10110100 10011101 11111110 11101 100110 0 0 11111110 1100010 1010001

Color Harmonies of #B49DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DFE

Black with #B49DFE

Text Example


Text Example

White with #B49DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DFE; }

 p { color: rgb(180,157,254); }

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

background-color css

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

 a { background-color: rgb(180,157,254); }

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

border-color css

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

 span { border-color: rgb(180,157,254); }

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