Html Css Color HEX #BB9ADD Perfume

📋 copy color: '#BB9ADD'

red 187 ◦ green 154 ◦ blue 221

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

Shades of Perfume #BB9ADD

Tints of Perfume #BB9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.4%

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 33.27%
G = 27.4%
B = 39.32%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9ADD (or 0xBB9ADD) is known color: Perfume. HEX triplet: BB, 9A and DD. RGB value is (187,154,221). Sum of RGB (Red+Green+Blue) = 187+154+221=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ADD is #446522. Grayscale: #ABABAB. Windows color (decimal): -4482339 or 14523067. OLE color: 14523067.

HSL color Cylindrical-coordinate representation of color #BB9ADD: hue angle of 269.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9ADD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 154 221 -
CMYK 0.15 0.30 0 0.13
HSL 269.55º 0.5% 0.74% -
HSV(B) 269.55º 0.3% 0.87% -
XYZ 45.1 38.9 73.54 -
YUV 171.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 187 154 221 0.15 0.30 0 0.13 269.55 0.5 0.74
Hex BB 9A DD F 1E 0 D 10E 32 4A
Octal 273 232 335 17 36 0 15 416 62 112
Binary 10111011 10011010 11011101 1111 11110 0 1101 100001110 110010 1001010

Color Harmonies of #BB9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ADD

Black with #BB9ADD

Text Example


Text Example

White with #BB9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ADD; }

 p { color: rgb(187,154,221); }

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

background-color css

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

 a { background-color: rgb(187,154,221); }

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

border-color css

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

 span { border-color: rgb(187,154,221); }

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