Html Css Color HEX #BB9EFE Perfume

📋 copy color: '#BB9EFE'

red 187 ◦ green 158 ◦ blue 254

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

Shades of Perfume #BB9EFE

Tints of Perfume #BB9EFE

RGB

 RED value IS 187 (73.44% from 255) = 31.22%

 GREEN value IS 158 (62.11% from 255) = 26.38%

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

R = 31.22%
G = 26.38%
B = 42.4%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB9EFE (or 0xBB9EFE) is known color: Perfume. HEX triplet: BB, 9E and FE. RGB value is (187,158,254). Sum of RGB (Red+Green+Blue) = 187+158+254=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EFE is #446101. Grayscale: #B1B1B1. Windows color (decimal): -4481282 or 16686779. OLE color: 16686779.

HSL color Cylindrical-coordinate representation of color #BB9EFE: hue angle of 258.12º 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 #BB9EFE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 158 254 -
CMYK 0.26 0.38 0 0.00
HSL 258.13º 0.98% 0.81% -
HSV(B) 258.13º 0.38% 1% -
XYZ 50.61 42.17 99.24 -
YUV 177.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 187 158 254 0.26 0.38 0 0.00 258.13 0.98 0.81
Hex BB 9E FE 1A 26 0 0 102 62 51
Octal 273 236 376 32 46 0 0 402 142 121
Binary 10111011 10011110 11111110 11010 100110 0 0 100000010 1100010 1010001

Color Harmonies of #BB9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EFE

Black with #BB9EFE

Text Example


Text Example

White with #BB9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EFE; }

 p { color: rgb(187,158,254); }

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

background-color css

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

 a { background-color: rgb(187,158,254); }

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

border-color css

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

 span { border-color: rgb(187,158,254); }

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