Html Css Color HEX #BBA0DD Perfume

📋 copy color: '#BBA0DD'

red 187 ◦ green 160 ◦ blue 221

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

Shades of Perfume #BBA0DD

Tints of Perfume #BBA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.17%

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

R = 32.92%
G = 28.17%
B = 38.91%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA0DD (or 0xBBA0DD) is known color: Perfume. HEX triplet: BB, A0 and DD. RGB value is (187,160,221). Sum of RGB (Red+Green+Blue) = 187+160+221=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DD is #445F22. Grayscale: #AEAEAE. Windows color (decimal): -4480803 or 14524603. OLE color: 14524603.

HSL color Cylindrical-coordinate representation of color #BBA0DD: hue angle of 266.56º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA0DD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 160 221 -
CMYK 0.15 0.28 0 0.13
HSL 266.56º 0.47% 0.75% -
HSV(B) 266.56º 0.28% 0.87% -
XYZ 46.12 40.93 73.88 -
YUV 175.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 187 160 221 0.15 0.28 0 0.13 266.56 0.47 0.75
Hex BB A0 DD F 1C 0 D 10B 2F 4B
Octal 273 240 335 17 34 0 15 413 57 113
Binary 10111011 10100000 11011101 1111 11100 0 1101 100001011 101111 1001011

Color Harmonies of #BBA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0DD

Black with #BBA0DD

Text Example


Text Example

White with #BBA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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