Html Css Color HEX #BB99FC Perfume

📋 copy color: '#BB99FC'

red 187 ◦ green 153 ◦ blue 252

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

Shades of Perfume #BB99FC

Tints of Perfume #BB99FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 31.59%
G = 25.84%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB99FC (or 0xBB99FC) is known color: Perfume. HEX triplet: BB, 99 and FC. RGB value is (187,153,252). Sum of RGB (Red+Green+Blue) = 187+153+252=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99FC is #446603. Grayscale: #AEAEAE. Windows color (decimal): -4482564 or 16554427. OLE color: 16554427.

HSL color Cylindrical-coordinate representation of color #BB99FC: hue angle of 260.61º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB99FC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 153 252 -
CMYK 0.26 0.39 0 0.01
HSL 260.61º 0.94% 0.79% -
HSV(B) 260.61º 0.39% 0.99% -
XYZ 49.46 40.38 97.28 -
YUV 174.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 187 153 252 0.26 0.39 0 0.01 260.61 0.94 0.79
Hex BB 99 FC 1A 27 0 1 105 5E 4F
Octal 273 231 374 32 47 0 1 405 136 117
Binary 10111011 10011001 11111100 11010 100111 0 1 100000101 1011110 1001111

Color Harmonies of #BB99FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99FC

Black with #BB99FC

Text Example


Text Example

White with #BB99FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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