Html Css Color HEX #BB9BFF Perfume

📋 copy color: '#BB9BFF'

red 187 ◦ green 155 ◦ blue 255

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

Shades of Perfume #BB9BFF

Tints of Perfume #BB9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.96%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 31.32%
G = 25.96%
B = 42.71%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB9BFF (or 0xBB9BFF) is known color: Perfume. HEX triplet: BB, 9B and FF. RGB value is (187,155,255). Sum of RGB (Red+Green+Blue) = 187+155+255=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFF is #446400. Grayscale: #AFAFAF. Windows color (decimal): -4482049 or 16751547. OLE color: 16751547.

HSL color Cylindrical-coordinate representation of color #BB9BFF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB9BFF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 155 255 -
CMYK 0.27 0.39 0 0
HSL 259.2º 1% 0.8% -
HSV(B) 259.2º 0.39% 1% -
XYZ 50.26 41.23 99.92 -
YUV 175.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 187 155 255 0.27 0.39 0 0 259.2 1 0.8
Hex BB 9B FF 1B 27 0 0 103 64 50
Octal 273 233 377 33 47 0 0 403 144 120
Binary 10111011 10011011 11111111 11011 100111 0 0 100000011 1100100 1010000

Color Harmonies of #BB9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BFF

Black with #BB9BFF

Text Example


Text Example

White with #BB9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BFF; }

 p { color: rgb(187,155,255); }

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

background-color css

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

 a { background-color: rgb(187,155,255); }

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

border-color css

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

 span { border-color: rgb(187,155,255); }

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