Html Css Color HEX #BB9EE0 Perfume

📋 copy color: '#BB9EE0'

red 187 ◦ green 158 ◦ blue 224

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

Shades of Perfume #BB9EE0

Tints of Perfume #BB9EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.37%

R = 32.86%
G = 27.77%
B = 39.37%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB9EE0 (or 0xBB9EE0) is known color: Perfume. HEX triplet: BB, 9E and E0. RGB value is (187,158,224). Sum of RGB (Red+Green+Blue) = 187+158+224=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EE0 is #44611F. Grayscale: #ADADAD. Windows color (decimal): -4481312 or 14720699. OLE color: 14720699.

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

Color convert

RGB 187 158 224 -
CMYK 0.17 0.29 0 0.12
HSL 266.36º 0.52% 0.75% -
HSV(B) 266.36º 0.29% 0.88% -
XYZ 46.17 40.4 75.89 -
YUV 174.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 187 158 224 0.17 0.29 0 0.12 266.36 0.52 0.75
Hex BB 9E E0 11 1D 0 C 10A 34 4B
Octal 273 236 340 21 35 0 14 412 64 113
Binary 10111011 10011110 11100000 10001 11101 0 1100 100001010 110100 1001011

Color Harmonies of #BB9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EE0

Black with #BB9EE0

Text Example


Text Example

White with #BB9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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