Html Css Color HEX #BBA2DB Perfume

📋 copy color: '#BBA2DB'

red 187 ◦ green 162 ◦ blue 219

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

Shades of Perfume #BBA2DB

Tints of Perfume #BBA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.52%

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

R = 32.92%
G = 28.52%
B = 38.56%

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

#BBA2DB (or 0xBBA2DB) is known color: Perfume. HEX triplet: BB, A2 and DB. RGB value is (187,162,219). Sum of RGB (Red+Green+Blue) = 187+162+219=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2DB is #445D24. Grayscale: #AFAFAF. Windows color (decimal): -4480293 or 14394043. OLE color: 14394043.

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

Color convert

RGB 187 162 219 -
CMYK 0.15 0.26 0 0.14
HSL 266.32º 0.44% 0.75% -
HSV(B) 266.32º 0.26% 0.86% -
XYZ 46.2 41.52 72.6 -
YUV 175.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 187 162 219 0.15 0.26 0 0.14 266.32 0.44 0.75
Hex BB A2 DB F 1A 0 E 10A 2C 4B
Octal 273 242 333 17 32 0 16 412 54 113
Binary 10111011 10100010 11011011 1111 11010 0 1110 100001010 101100 1001011

Color Harmonies of #BBA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2DB

Black with #BBA2DB

Text Example


Text Example

White with #BBA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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