Html Css Color HEX #BB9EDB Perfume

📋 copy color: '#BB9EDB'

red 187 ◦ green 158 ◦ blue 219

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

Shades of Perfume #BB9EDB

Tints of Perfume #BB9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.01%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 33.16%
G = 28.01%
B = 38.83%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB9EDB (or 0xBB9EDB) is known color: Perfume. HEX triplet: BB, 9E and DB. RGB value is (187,158,219). Sum of RGB (Red+Green+Blue) = 187+158+219=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDB is #446124. Grayscale: #ADADAD. Windows color (decimal): -4481317 or 14393019. OLE color: 14393019.

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

Color convert

RGB 187 158 219 -
CMYK 0.15 0.28 0 0.14
HSL 268.52º 0.46% 0.74% -
HSV(B) 268.52º 0.28% 0.86% -
XYZ 45.51 40.13 72.37 -
YUV 173.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 187 158 219 0.15 0.28 0 0.14 268.52 0.46 0.74
Hex BB 9E DB F 1C 0 E 10D 2E 4A
Octal 273 236 333 17 34 0 16 415 56 112
Binary 10111011 10011110 11011011 1111 11100 0 1110 100001101 101110 1001010

Color Harmonies of #BB9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EDB

Black with #BB9EDB

Text Example


Text Example

White with #BB9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EDB; }

 p { color: rgb(187,158,219); }

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

background-color css

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

 a { background-color: rgb(187,158,219); }

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

border-color css

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

 span { border-color: rgb(187,158,219); }

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