Html Css Color HEX #BB9ED1 Perfume

📋 copy color: '#BB9ED1'

red 187 ◦ green 158 ◦ blue 209

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

Shades of Perfume #BB9ED1

Tints of Perfume #BB9ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 33.75%
G = 28.52%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB9ED1 (or 0xBB9ED1) is known color: Perfume. HEX triplet: BB, 9E and D1. RGB value is (187,158,209). Sum of RGB (Red+Green+Blue) = 187+158+209=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ED1 is #44612E. Grayscale: #ACACAC. Windows color (decimal): -4481327 or 13737659. OLE color: 13737659.

HSL color Cylindrical-coordinate representation of color #BB9ED1: hue angle of 274.12º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9ED1 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 158 209 -
CMYK 0.11 0.24 0 0.18
HSL 274.12º 0.36% 0.72% -
HSV(B) 274.12º 0.24% 0.82% -
XYZ 44.23 39.62 65.64 -
YUV 172.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 187 158 209 0.11 0.24 0 0.18 274.12 0.36 0.72
Hex BB 9E D1 B 18 0 12 112 24 48
Octal 273 236 321 13 30 0 22 422 44 110
Binary 10111011 10011110 11010001 1011 11000 0 10010 100010010 100100 1001000

Color Harmonies of #BB9ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ED1

Black with #BB9ED1

Text Example


Text Example

White with #BB9ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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