Html Css Color HEX #BB98FF Perfume

📋 copy color: '#BB98FF'

red 187 ◦ green 152 ◦ blue 255

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

Shades of Perfume #BB98FF

Tints of Perfume #BB98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.59%

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

R = 31.48%
G = 25.59%
B = 42.93%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB98FF (or 0xBB98FF) is known color: Perfume. HEX triplet: BB, 98 and FF. RGB value is (187,152,255). Sum of RGB (Red+Green+Blue) = 187+152+255=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98FF is #446700. Grayscale: #ADADAD. Windows color (decimal): -4482817 or 16750779. OLE color: 16750779.

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

Color convert

RGB 187 152 255 -
CMYK 0.27 0.40 0 0
HSL 260.39º 1% 0.8% -
HSV(B) 260.39º 0.4% 1% -
XYZ 49.77 40.24 99.75 -
YUV 174.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 187 152 255 0.27 0.40 0 0 260.39 1 0.8
Hex BB 98 FF 1B 28 0 0 104 64 50
Octal 273 230 377 33 50 0 0 404 144 120
Binary 10111011 10011000 11111111 11011 101000 0 0 100000100 1100100 1010000

Color Harmonies of #BB98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98FF

Black with #BB98FF

Text Example


Text Example

White with #BB98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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