Html Css Color HEX #BBA0D1 Perfume

📋 copy color: '#BBA0D1'

red 187 ◦ green 160 ◦ blue 209

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

Shades of Perfume #BBA0D1

Tints of Perfume #BBA0D1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.78%

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 33.63%
G = 28.78%
B = 37.59%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBA0D1 (or 0xBBA0D1) is known color: Perfume. HEX triplet: BB, A0 and D1. RGB value is (187,160,209). Sum of RGB (Red+Green+Blue) = 187+160+209=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D1 is #445F2E. Grayscale: #ADADAD. Windows color (decimal): -4480815 or 13738171. OLE color: 13738171.

HSL color Cylindrical-coordinate representation of color #BBA0D1: hue angle of 273.06º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA0D1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 160 209 -
CMYK 0.11 0.23 0 0.18
HSL 273.06º 0.35% 0.72% -
HSV(B) 273.06º 0.23% 0.82% -
XYZ 44.57 40.31 65.75 -
YUV 173.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 187 160 209 0.11 0.23 0 0.18 273.06 0.35 0.72
Hex BB A0 D1 B 17 0 12 111 23 48
Octal 273 240 321 13 27 0 22 421 43 110
Binary 10111011 10100000 11010001 1011 10111 0 10010 100010001 100011 1001000

Color Harmonies of #BBA0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0D1

Black with #BBA0D1

Text Example


Text Example

White with #BBA0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0D1; }

 p { color: rgb(187,160,209); }

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

background-color css

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

 a { background-color: rgb(187,160,209); }

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

border-color css

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

 span { border-color: rgb(187,160,209); }

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