Html Css Color HEX #BB98DC Perfume

📋 copy color: '#BB98DC'

red 187 ◦ green 152 ◦ blue 220

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

Shades of Perfume #BB98DC

Tints of Perfume #BB98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 33.45%
G = 27.19%
B = 39.36%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB98DC (or 0xBB98DC) is known color: Perfume. HEX triplet: BB, 98 and DC. RGB value is (187,152,220). Sum of RGB (Red+Green+Blue) = 187+152+220=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DC is #446723. Grayscale: #A9A9A9. Windows color (decimal): -4482852 or 14457019. OLE color: 14457019.

HSL color Cylindrical-coordinate representation of color #BB98DC: hue angle of 270.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB98DC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 152 220 -
CMYK 0.15 0.31 0 0.14
HSL 270.88º 0.49% 0.73% -
HSV(B) 270.88º 0.31% 0.86% -
XYZ 44.64 38.19 72.73 -
YUV 170.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 187 152 220 0.15 0.31 0 0.14 270.88 0.49 0.73
Hex BB 98 DC F 1F 0 E 10F 31 49
Octal 273 230 334 17 37 0 16 417 61 111
Binary 10111011 10011000 11011100 1111 11111 0 1110 100001111 110001 1001001

Color Harmonies of #BB98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98DC

Black with #BB98DC

Text Example


Text Example

White with #BB98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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