Html Css Color HEX #BB99EE Perfume

📋 copy color: '#BB99EE'

red 187 ◦ green 153 ◦ blue 238

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

Shades of Perfume #BB99EE

Tints of Perfume #BB99EE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.47%

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 32.35%
G = 26.47%
B = 41.18%

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

#BB99EE (or 0xBB99EE) is known color: Perfume. HEX triplet: BB, 99 and EE. RGB value is (187,153,238). Sum of RGB (Red+Green+Blue) = 187+153+238=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99EE is #446611. Grayscale: #ACACAC. Windows color (decimal): -4482578 or 15636923. OLE color: 15636923.

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

Color convert

RGB 187 153 238 -
CMYK 0.21 0.36 0 0.07
HSL 264º 0.71% 0.77% -
HSV(B) 264º 0.36% 0.93% -
XYZ 47.32 39.52 86.02 -
YUV 172.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 187 153 238 0.21 0.36 0 0.07 264 0.71 0.77
Hex BB 99 EE 15 24 0 7 108 47 4D
Octal 273 231 356 25 44 0 7 410 107 115
Binary 10111011 10011001 11101110 10101 100100 0 111 100001000 1000111 1001101

Color Harmonies of #BB99EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99EE

Black with #BB99EE

Text Example


Text Example

White with #BB99EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99EE; }

 p { color: rgb(187,153,238); }

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

background-color css

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

 a { background-color: rgb(187,153,238); }

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

border-color css

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

 span { border-color: rgb(187,153,238); }

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