Html Css Color HEX #BB9FE1 Perfume

📋 copy color: '#BB9FE1'

red 187 ◦ green 159 ◦ blue 225

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

Shades of Perfume #BB9FE1

Tints of Perfume #BB9FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.4%

R = 32.75%
G = 27.85%
B = 39.4%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB9FE1 (or 0xBB9FE1) is known color: Perfume. HEX triplet: BB, 9F and E1. RGB value is (187,159,225). Sum of RGB (Red+Green+Blue) = 187+159+225=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FE1 is #44601E. Grayscale: #AEAEAE. Windows color (decimal): -4481055 or 14786491. OLE color: 14786491.

HSL color Cylindrical-coordinate representation of color #BB9FE1: hue angle of 265.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9FE1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 159 225 -
CMYK 0.17 0.29 0 0.12
HSL 265.45º 0.52% 0.75% -
HSV(B) 265.45º 0.29% 0.88% -
XYZ 46.48 40.8 76.66 -
YUV 174.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 187 159 225 0.17 0.29 0 0.12 265.45 0.52 0.75
Hex BB 9F E1 11 1D 0 C 109 34 4B
Octal 273 237 341 21 35 0 14 411 64 113
Binary 10111011 10011111 11100001 10001 11101 0 1100 100001001 110100 1001011

Color Harmonies of #BB9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FE1

Black with #BB9FE1

Text Example


Text Example

White with #BB9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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