Html Css Color HEX #BB98DA Perfume

📋 copy color: '#BB98DA'

red 187 ◦ green 152 ◦ blue 218

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

Shades of Perfume #BB98DA

Tints of Perfume #BB98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 33.57%
G = 27.29%
B = 39.14%

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

#BB98DA (or 0xBB98DA) is known color: Perfume. HEX triplet: BB, 98 and DA. RGB value is (187,152,218). Sum of RGB (Red+Green+Blue) = 187+152+218=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DA is #446725. Grayscale: #A9A9A9. Windows color (decimal): -4482854 or 14325947. OLE color: 14325947.

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

Color convert

RGB 187 152 218 -
CMYK 0.14 0.30 0 0.15
HSL 271.82º 0.47% 0.73% -
HSV(B) 271.82º 0.3% 0.85% -
XYZ 44.38 38.08 71.34 -
YUV 169.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 187 152 218 0.14 0.30 0 0.15 271.82 0.47 0.73
Hex BB 98 DA E 1E 0 F 110 2F 49
Octal 273 230 332 16 36 0 17 420 57 111
Binary 10111011 10011000 11011010 1110 11110 0 1111 100010000 101111 1001001

Color Harmonies of #BB98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98DA

Black with #BB98DA

Text Example


Text Example

White with #BB98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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