Html Css Color HEX #BB9ADE Perfume

📋 copy color: '#BB9ADE'

red 187 ◦ green 154 ◦ blue 222

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

Shades of Perfume #BB9ADE

Tints of Perfume #BB9ADE

RGB

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

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

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

R = 33.21%
G = 27.35%
B = 39.43%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9ADE (or 0xBB9ADE) is known color: Perfume. HEX triplet: BB, 9A and DE. RGB value is (187,154,222). Sum of RGB (Red+Green+Blue) = 187+154+222=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ADE is #446521. Grayscale: #ABABAB. Windows color (decimal): -4482338 or 14588603. OLE color: 14588603.

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

Color convert

RGB 187 154 222 -
CMYK 0.16 0.31 0 0.13
HSL 269.12º 0.51% 0.74% -
HSV(B) 269.12º 0.31% 0.87% -
XYZ 45.23 38.95 74.24 -
YUV 171.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 187 154 222 0.16 0.31 0 0.13 269.12 0.51 0.74
Hex BB 9A DE 10 1F 0 D 10D 33 4A
Octal 273 232 336 20 37 0 15 415 63 112
Binary 10111011 10011010 11011110 10000 11111 0 1101 100001101 110011 1001010

Color Harmonies of #BB9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ADE

Black with #BB9ADE

Text Example


Text Example

White with #BB9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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