Html Css Color HEX #BBA4DB Perfume

📋 copy color: '#BBA4DB'

red 187 ◦ green 164 ◦ blue 219

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

Shades of Perfume #BBA4DB

Tints of Perfume #BBA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.77%

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

R = 32.81%
G = 28.77%
B = 38.42%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA4DB (or 0xBBA4DB) is known color: Perfume. HEX triplet: BB, A4 and DB. RGB value is (187,164,219). Sum of RGB (Red+Green+Blue) = 187+164+219=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4DB is #445B24. Grayscale: #B0B0B0. Windows color (decimal): -4479781 or 14394555. OLE color: 14394555.

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

Color convert

RGB 187 164 219 -
CMYK 0.15 0.25 0 0.14
HSL 265.09º 0.43% 0.75% -
HSV(B) 265.09º 0.25% 0.86% -
XYZ 46.56 42.23 72.72 -
YUV 177.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 187 164 219 0.15 0.25 0 0.14 265.09 0.43 0.75
Hex BB A4 DB F 19 0 E 109 2B 4B
Octal 273 244 333 17 31 0 16 411 53 113
Binary 10111011 10100100 11011011 1111 11001 0 1110 100001001 101011 1001011

Color Harmonies of #BBA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4DB

Black with #BBA4DB

Text Example


Text Example

White with #BBA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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