Html Css Color HEX #BB9ED8 Perfume

📋 copy color: '#BB9ED8'

red 187 ◦ green 158 ◦ blue 216

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

Shades of Perfume #BB9ED8

Tints of Perfume #BB9ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 33.33%
G = 28.16%
B = 38.5%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB9ED8 (or 0xBB9ED8) is known color: Perfume. HEX triplet: BB, 9E and D8. RGB value is (187,158,216). Sum of RGB (Red+Green+Blue) = 187+158+216=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ED8 is #446127. Grayscale: #ADADAD. Windows color (decimal): -4481320 or 14196411. OLE color: 14196411.

HSL color Cylindrical-coordinate representation of color #BB9ED8: hue angle of 270º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9ED8 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 158 216 -
CMYK 0.13 0.27 0 0.15
HSL 270º 0.43% 0.73% -
HSV(B) 270º 0.27% 0.85% -
XYZ 45.12 39.98 70.3 -
YUV 173.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 187 158 216 0.13 0.27 0 0.15 270 0.43 0.73
Hex BB 9E D8 D 1B 0 F 10E 2B 49
Octal 273 236 330 15 33 0 17 416 53 111
Binary 10111011 10011110 11011000 1101 11011 0 1111 100001110 101011 1001001

Color Harmonies of #BB9ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ED8

Black with #BB9ED8

Text Example


Text Example

White with #BB9ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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