Html Css Color HEX #BBA0DB Perfume

📋 copy color: '#BBA0DB'

red 187 ◦ green 160 ◦ blue 219

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

Shades of Perfume #BBA0DB

Tints of Perfume #BBA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 33.04%
G = 28.27%
B = 38.69%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA0DB (or 0xBBA0DB) is known color: Perfume. HEX triplet: BB, A0 and DB. RGB value is (187,160,219). Sum of RGB (Red+Green+Blue) = 187+160+219=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DB is #445F24. Grayscale: #AEAEAE. Windows color (decimal): -4480805 or 14393531. OLE color: 14393531.

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

Color convert

RGB 187 160 219 -
CMYK 0.15 0.27 0 0.14
HSL 267.46º 0.45% 0.74% -
HSV(B) 267.46º 0.27% 0.86% -
XYZ 45.85 40.82 72.48 -
YUV 174.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 187 160 219 0.15 0.27 0 0.14 267.46 0.45 0.74
Hex BB A0 DB F 1B 0 E 10B 2D 4A
Octal 273 240 333 17 33 0 16 413 55 112
Binary 10111011 10100000 11011011 1111 11011 0 1110 100001011 101101 1001010

Color Harmonies of #BBA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0DB

Black with #BBA0DB

Text Example


Text Example

White with #BBA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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