Html Css Color HEX #BB9FF1 Perfume

📋 copy color: '#BB9FF1'

red 187 ◦ green 159 ◦ blue 241

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

Shades of Perfume #BB9FF1

Tints of Perfume #BB9FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 31.86%
G = 27.09%
B = 41.06%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB9FF1 (or 0xBB9FF1) is known color: Perfume. HEX triplet: BB, 9F and F1. RGB value is (187,159,241). Sum of RGB (Red+Green+Blue) = 187+159+241=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FF1 is #44600E. Grayscale: #B0B0B0. Windows color (decimal): -4481039 or 15835067. OLE color: 15835067.

HSL color Cylindrical-coordinate representation of color #BB9FF1: hue angle of 260.49º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9FF1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 159 241 -
CMYK 0.22 0.34 0 0.05
HSL 260.49º 0.75% 0.78% -
HSV(B) 260.49º 0.34% 0.95% -
XYZ 48.77 41.71 88.7 -
YUV 176.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 187 159 241 0.22 0.34 0 0.05 260.49 0.75 0.78
Hex BB 9F F1 16 22 0 5 104 4B 4E
Octal 273 237 361 26 42 0 5 404 113 116
Binary 10111011 10011111 11110001 10110 100010 0 101 100000100 1001011 1001110

Color Harmonies of #BB9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FF1

Black with #BB9FF1

Text Example


Text Example

White with #BB9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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