Html Css Color HEX #BB9DFE Perfume

📋 copy color: '#BB9DFE'

red 187 ◦ green 157 ◦ blue 254

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

Shades of Perfume #BB9DFE

Tints of Perfume #BB9DFE

RGB

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

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

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

R = 31.27%
G = 26.25%
B = 42.47%

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

#BB9DFE (or 0xBB9DFE) is known color: Perfume. HEX triplet: BB, 9D and FE. RGB value is (187,157,254). Sum of RGB (Red+Green+Blue) = 187+157+254=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DFE is #446201. Grayscale: #B0B0B0. Windows color (decimal): -4481538 or 16686523. OLE color: 16686523.

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

Color convert

RGB 187 157 254 -
CMYK 0.26 0.38 0 0.00
HSL 258.56º 0.98% 0.81% -
HSV(B) 258.56º 0.38% 1% -
XYZ 50.44 41.83 99.18 -
YUV 177.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 187 157 254 0.26 0.38 0 0.00 258.56 0.98 0.81
Hex BB 9D FE 1A 26 0 0 103 62 51
Octal 273 235 376 32 46 0 0 403 142 121
Binary 10111011 10011101 11111110 11010 100110 0 0 100000011 1100010 1010001

Color Harmonies of #BB9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DFE

Black with #BB9DFE

Text Example


Text Example

White with #BB9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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