Html Css Color HEX #BB9EDE Perfume

📋 copy color: '#BB9EDE'

red 187 ◦ green 158 ◦ blue 222

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

Shades of Perfume #BB9EDE

Tints of Perfume #BB9EDE

RGB

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

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

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

R = 32.98%
G = 27.87%
B = 39.15%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9EDE (or 0xBB9EDE) is known color: Perfume. HEX triplet: BB, 9E and DE. RGB value is (187,158,222). Sum of RGB (Red+Green+Blue) = 187+158+222=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDE is #446121. Grayscale: #ADADAD. Windows color (decimal): -4481314 or 14589627. OLE color: 14589627.

HSL color Cylindrical-coordinate representation of color #BB9EDE: hue angle of 267.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9EDE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 158 222 -
CMYK 0.16 0.29 0 0.13
HSL 267.19º 0.49% 0.75% -
HSV(B) 267.19º 0.29% 0.87% -
XYZ 45.91 40.29 74.47 -
YUV 173.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 187 158 222 0.16 0.29 0 0.13 267.19 0.49 0.75
Hex BB 9E DE 10 1D 0 D 10B 31 4B
Octal 273 236 336 20 35 0 15 413 61 113
Binary 10111011 10011110 11011110 10000 11101 0 1101 100001011 110001 1001011

Color Harmonies of #BB9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EDE

Black with #BB9EDE

Text Example


Text Example

White with #BB9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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