Html Css Color HEX #BBA1DB Perfume

📋 copy color: '#BBA1DB'

red 187 ◦ green 161 ◦ blue 219

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

Shades of Perfume #BBA1DB

Tints of Perfume #BBA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.4%

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

R = 32.98%
G = 28.4%
B = 38.62%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA1DB (or 0xBBA1DB) is known color: Perfume. HEX triplet: BB, A1 and DB. RGB value is (187,161,219). Sum of RGB (Red+Green+Blue) = 187+161+219=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DB is #445E24. Grayscale: #AFAFAF. Windows color (decimal): -4480549 or 14393787. OLE color: 14393787.

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

Color convert

RGB 187 161 219 -
CMYK 0.15 0.26 0 0.14
HSL 266.9º 0.45% 0.75% -
HSV(B) 266.9º 0.26% 0.86% -
XYZ 46.02 41.17 72.54 -
YUV 175.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 187 161 219 0.15 0.26 0 0.14 266.9 0.45 0.75
Hex BB A1 DB F 1A 0 E 10B 2D 4B
Octal 273 241 333 17 32 0 16 413 55 113
Binary 10111011 10100001 11011011 1111 11010 0 1110 100001011 101101 1001011

Color Harmonies of #BBA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1DB

Black with #BBA1DB

Text Example


Text Example

White with #BBA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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