Html Css Color HEX #BB9FE9 Perfume

📋 copy color: '#BB9FE9'

red 187 ◦ green 159 ◦ blue 233

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

Shades of Perfume #BB9FE9

Tints of Perfume #BB9FE9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.46%

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 32.3%
G = 27.46%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB9FE9 (or 0xBB9FE9) is known color: Perfume. HEX triplet: BB, 9F and E9. RGB value is (187,159,233). Sum of RGB (Red+Green+Blue) = 187+159+233=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FE9 is #446016. Grayscale: #AFAFAF. Windows color (decimal): -4481047 or 15310779. OLE color: 15310779.

HSL color Cylindrical-coordinate representation of color #BB9FE9: hue angle of 262.7º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9FE9 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 159 233 -
CMYK 0.20 0.32 0 0.09
HSL 262.7º 0.63% 0.77% -
HSV(B) 262.7º 0.32% 0.91% -
XYZ 47.6 41.24 82.54 -
YUV 175.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 187 159 233 0.20 0.32 0 0.09 262.7 0.63 0.77
Hex BB 9F E9 14 20 0 9 107 3F 4D
Octal 273 237 351 24 40 0 11 407 77 115
Binary 10111011 10011111 11101001 10100 100000 0 1001 100000111 111111 1001101

Color Harmonies of #BB9FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FE9

Black with #BB9FE9

Text Example


Text Example

White with #BB9FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FE9; }

 p { color: rgb(187,159,233); }

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

background-color css

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

 a { background-color: rgb(187,159,233); }

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

border-color css

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

 span { border-color: rgb(187,159,233); }

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