Html Css Color HEX #BBA5DB Perfume

📋 copy color: '#BBA5DB'

red 187 ◦ green 165 ◦ blue 219

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

Shades of Perfume #BBA5DB

Tints of Perfume #BBA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.9%

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

R = 32.75%
G = 28.9%
B = 38.35%

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

#BBA5DB (or 0xBBA5DB) is known color: Perfume. HEX triplet: BB, A5 and DB. RGB value is (187,165,219). Sum of RGB (Red+Green+Blue) = 187+165+219=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5DB is #445A24. Grayscale: #B1B1B1. Windows color (decimal): -4479525 or 14394811. OLE color: 14394811.

HSL color Cylindrical-coordinate representation of color #BBA5DB: hue angle of 264.44º 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 #BBA5DB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 165 219 -
CMYK 0.15 0.25 0 0.14
HSL 264.44º 0.43% 0.75% -
HSV(B) 264.44º 0.25% 0.86% -
XYZ 46.73 42.59 72.78 -
YUV 177.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 187 165 219 0.15 0.25 0 0.14 264.44 0.43 0.75
Hex BB A5 DB F 19 0 E 108 2B 4B
Octal 273 245 333 17 31 0 16 410 53 113
Binary 10111011 10100101 11011011 1111 11001 0 1110 100001000 101011 1001011

Color Harmonies of #BBA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5DB

Black with #BBA5DB

Text Example


Text Example

White with #BBA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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