Html Css Color HEX #BB99FA Perfume

📋 copy color: '#BB99FA'

red 187 ◦ green 153 ◦ blue 250

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

Shades of Perfume #BB99FA

Tints of Perfume #BB99FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 31.69%
G = 25.93%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB99FA (or 0xBB99FA) is known color: Perfume. HEX triplet: BB, 99 and FA. RGB value is (187,153,250). Sum of RGB (Red+Green+Blue) = 187+153+250=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99FA is #446605. Grayscale: #ADADAD. Windows color (decimal): -4482566 or 16423355. OLE color: 16423355.

HSL color Cylindrical-coordinate representation of color #BB99FA: hue angle of 261.03º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB99FA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 153 250 -
CMYK 0.25 0.39 0 0.02
HSL 261.03º 0.91% 0.79% -
HSV(B) 261.03º 0.39% 0.98% -
XYZ 49.14 40.25 95.62 -
YUV 174.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 187 153 250 0.25 0.39 0 0.02 261.03 0.91 0.79
Hex BB 99 FA 19 27 0 2 105 5B 4F
Octal 273 231 372 31 47 0 2 405 133 117
Binary 10111011 10011001 11111010 11001 100111 0 10 100000101 1011011 1001111

Color Harmonies of #BB99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99FA

Black with #BB99FA

Text Example


Text Example

White with #BB99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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