Html Css Color HEX #BB98EC Perfume

📋 copy color: '#BB98EC'

red 187 ◦ green 152 ◦ blue 236

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

Shades of Perfume #BB98EC

Tints of Perfume #BB98EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 32.52%
G = 26.43%
B = 41.04%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB98EC (or 0xBB98EC) is known color: Perfume. HEX triplet: BB, 98 and EC. RGB value is (187,152,236). Sum of RGB (Red+Green+Blue) = 187+152+236=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98EC is #446713. Grayscale: #ABABAB. Windows color (decimal): -4482836 or 15505595. OLE color: 15505595.

HSL color Cylindrical-coordinate representation of color #BB98EC: hue angle of 265º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB98EC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 152 236 -
CMYK 0.21 0.36 0 0.07
HSL 265º 0.69% 0.76% -
HSV(B) 265º 0.36% 0.93% -
XYZ 46.86 39.08 84.43 -
YUV 172.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 187 152 236 0.21 0.36 0 0.07 265 0.69 0.76
Hex BB 98 EC 15 24 0 7 109 45 4C
Octal 273 230 354 25 44 0 7 411 105 114
Binary 10111011 10011000 11101100 10101 100100 0 111 100001001 1000101 1001100

Color Harmonies of #BB98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98EC

Black with #BB98EC

Text Example


Text Example

White with #BB98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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