Html Css Color HEX #BB98D9 Perfume

📋 copy color: '#BB98D9'

red 187 ◦ green 152 ◦ blue 217

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

Shades of Perfume #BB98D9

Tints of Perfume #BB98D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 33.63%
G = 27.34%
B = 39.03%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB98D9 (or 0xBB98D9) is known color: Perfume. HEX triplet: BB, 98 and D9. RGB value is (187,152,217). Sum of RGB (Red+Green+Blue) = 187+152+217=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D9 is #446726. Grayscale: #A9A9A9. Windows color (decimal): -4482855 or 14260411. OLE color: 14260411.

HSL color Cylindrical-coordinate representation of color #BB98D9: hue angle of 272.31º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB98D9 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 152 217 -
CMYK 0.14 0.30 0 0.15
HSL 272.31º 0.46% 0.72% -
HSV(B) 272.31º 0.3% 0.85% -
XYZ 44.25 38.03 70.65 -
YUV 169.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 187 152 217 0.14 0.30 0 0.15 272.31 0.46 0.72
Hex BB 98 D9 E 1E 0 F 110 2E 48
Octal 273 230 331 16 36 0 17 420 56 110
Binary 10111011 10011000 11011001 1110 11110 0 1111 100010000 101110 1001000

Color Harmonies of #BB98D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98D9

Black with #BB98D9

Text Example


Text Example

White with #BB98D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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