Html Css Color HEX #BBA3DB Perfume

📋 copy color: '#BBA3DB'

red 187 ◦ green 163 ◦ blue 219

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

Shades of Perfume #BBA3DB

Tints of Perfume #BBA3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.65%

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

R = 32.86%
G = 28.65%
B = 38.49%

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

#BBA3DB (or 0xBBA3DB) is known color: Perfume. HEX triplet: BB, A3 and DB. RGB value is (187,163,219). Sum of RGB (Red+Green+Blue) = 187+163+219=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3DB is #445C24. Grayscale: #B0B0B0. Windows color (decimal): -4480037 or 14394299. OLE color: 14394299.

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

Color convert

RGB 187 163 219 -
CMYK 0.15 0.26 0 0.14
HSL 265.71º 0.44% 0.75% -
HSV(B) 265.71º 0.26% 0.86% -
XYZ 46.38 41.87 72.66 -
YUV 176.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 187 163 219 0.15 0.26 0 0.14 265.71 0.44 0.75
Hex BB A3 DB F 1A 0 E 10A 2C 4B
Octal 273 243 333 17 32 0 16 412 54 113
Binary 10111011 10100011 11011011 1111 11010 0 1110 100001010 101100 1001011

Color Harmonies of #BBA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3DB

Black with #BBA3DB

Text Example


Text Example

White with #BBA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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