Html Css Color HEX #BB99F0 Perfume

📋 copy color: '#BB99F0'

red 187 ◦ green 153 ◦ blue 240

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

Shades of Perfume #BB99F0

Tints of Perfume #BB99F0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.38%

 BLUE value IS 240 (94.14% from 255) = 41.38%

R = 32.24%
G = 26.38%
B = 41.38%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB99F0 (or 0xBB99F0) is known color: Perfume. HEX triplet: BB, 99 and F0. RGB value is (187,153,240). Sum of RGB (Red+Green+Blue) = 187+153+240=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99F0 is #44660F. Grayscale: #ACACAC. Windows color (decimal): -4482576 or 15767995. OLE color: 15767995.

HSL color Cylindrical-coordinate representation of color #BB99F0: hue angle of 263.45º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB99F0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 153 240 -
CMYK 0.22 0.36 0 0.06
HSL 263.45º 0.74% 0.77% -
HSV(B) 263.45º 0.36% 0.94% -
XYZ 47.61 39.64 87.58 -
YUV 173.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 187 153 240 0.22 0.36 0 0.06 263.45 0.74 0.77
Hex BB 99 F0 16 24 0 6 107 4A 4D
Octal 273 231 360 26 44 0 6 407 112 115
Binary 10111011 10011001 11110000 10110 100100 0 110 100000111 1001010 1001101

Color Harmonies of #BB99F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99F0

Black with #BB99F0

Text Example


Text Example

White with #BB99F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99F0; }

 p { color: rgb(187,153,240); }

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

background-color css

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

 a { background-color: rgb(187,153,240); }

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

border-color css

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

 span { border-color: rgb(187,153,240); }

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