Html Css Color HEX #BB9DE1 Perfume

📋 copy color: '#BB9DE1'

red 187 ◦ green 157 ◦ blue 225

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

Shades of Perfume #BB9DE1

Tints of Perfume #BB9DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.59%

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 32.86%
G = 27.59%
B = 39.54%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB9DE1 (or 0xBB9DE1) is known color: Perfume. HEX triplet: BB, 9D and E1. RGB value is (187,157,225). Sum of RGB (Red+Green+Blue) = 187+157+225=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB9DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DE1 is #44621E. Grayscale: #ADADAD. Windows color (decimal): -4481567 or 14785979. OLE color: 14785979.

HSL color Cylindrical-coordinate representation of color #BB9DE1: hue angle of 266.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9DE1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 157 225 -
CMYK 0.17 0.30 0 0.12
HSL 266.47º 0.53% 0.75% -
HSV(B) 266.47º 0.3% 0.88% -
XYZ 46.14 40.11 76.55 -
YUV 173.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 187 157 225 0.17 0.30 0 0.12 266.47 0.53 0.75
Hex BB 9D E1 11 1E 0 C 10A 35 4B
Octal 273 235 341 21 36 0 14 412 65 113
Binary 10111011 10011101 11100001 10001 11110 0 1100 100001010 110101 1001011

Color Harmonies of #BB9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DE1

Black with #BB9DE1

Text Example


Text Example

White with #BB9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DE1; }

 p { color: rgb(187,157,225); }

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

background-color css

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

 a { background-color: rgb(187,157,225); }

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

border-color css

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

 span { border-color: rgb(187,157,225); }

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