Html Css Color HEX #BB9ADC Perfume

📋 copy color: '#BB9ADC'

red 187 ◦ green 154 ◦ blue 220

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

Shades of Perfume #BB9ADC

Tints of Perfume #BB9ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 33.33%
G = 27.45%
B = 39.22%

CMYK

 C value IS 0.15

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB9ADC (or 0xBB9ADC) is known color: Perfume. HEX triplet: BB, 9A and DC. RGB value is (187,154,220). Sum of RGB (Red+Green+Blue) = 187+154+220=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ADC is #446523. Grayscale: #ABABAB. Windows color (decimal): -4482340 or 14457531. OLE color: 14457531.

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

Color convert

RGB 187 154 220 -
CMYK 0.15 0.3 0 0.14
HSL 270º 0.49% 0.73% -
HSV(B) 270º 0.3% 0.86% -
XYZ 44.97 38.84 72.84 -
YUV 171.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 187 154 220 0.15 0.3 0 0.14 270 0.49 0.73
Hex BB 9A DC F 1E 0 E 10E 31 49
Octal 273 232 334 17 36 0 16 416 61 111
Binary 10111011 10011010 11011100 1111 11110 0 1110 100001110 110001 1001001

Color Harmonies of #BB9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ADC

Black with #BB9ADC

Text Example


Text Example

White with #BB9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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