Html Css Color HEX #BB9BDE Perfume

📋 copy color: '#BB9BDE'

red 187 ◦ green 155 ◦ blue 222

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

Shades of Perfume #BB9BDE

Tints of Perfume #BB9BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.48%

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 33.16%
G = 27.48%
B = 39.36%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9BDE (or 0xBB9BDE) is known color: Perfume. HEX triplet: BB, 9B and DE. RGB value is (187,155,222). Sum of RGB (Red+Green+Blue) = 187+155+222=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BDE is #446421. Grayscale: #ABABAB. Windows color (decimal): -4482082 or 14588859. OLE color: 14588859.

HSL color Cylindrical-coordinate representation of color #BB9BDE: hue angle of 268.66º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9BDE is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 155 222 -
CMYK 0.16 0.30 0 0.13
HSL 268.66º 0.5% 0.74% -
HSV(B) 268.66º 0.3% 0.87% -
XYZ 45.4 39.28 74.3 -
YUV 172.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 187 155 222 0.16 0.30 0 0.13 268.66 0.5 0.74
Hex BB 9B DE 10 1E 0 D 10D 32 4A
Octal 273 233 336 20 36 0 15 415 62 112
Binary 10111011 10011011 11011110 10000 11110 0 1101 100001101 110010 1001010

Color Harmonies of #BB9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BDE

Black with #BB9BDE

Text Example


Text Example

White with #BB9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BDE; }

 p { color: rgb(187,155,222); }

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

background-color css

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

 a { background-color: rgb(187,155,222); }

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

border-color css

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

 span { border-color: rgb(187,155,222); }

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