Html Css Color HEX #BB94EE Perfume

📋 copy color: '#BB94EE'

red 187 ◦ green 148 ◦ blue 238

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

Shades of Perfume #BB94EE

Tints of Perfume #BB94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.83%

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

R = 32.64%
G = 25.83%
B = 41.54%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB94EE (or 0xBB94EE) is known color: Perfume. HEX triplet: BB, 94 and EE. RGB value is (187,148,238). Sum of RGB (Red+Green+Blue) = 187+148+238=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94EE is #446B11. Grayscale: #A9A9A9. Windows color (decimal): -4483858 or 15635643. OLE color: 15635643.

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

Color convert

RGB 187 148 238 -
CMYK 0.21 0.38 0 0.07
HSL 266º 0.73% 0.76% -
HSV(B) 266º 0.38% 0.93% -
XYZ 46.52 37.92 85.76 -
YUV 169.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 187 148 238 0.21 0.38 0 0.07 266 0.73 0.76
Hex BB 94 EE 15 26 0 7 10A 49 4C
Octal 273 224 356 25 46 0 7 412 111 114
Binary 10111011 10010100 11101110 10101 100110 0 111 100001010 1001001 1001100

Color Harmonies of #BB94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94EE

Black with #BB94EE

Text Example


Text Example

White with #BB94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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