Html Css Color HEX #BBA0DF Perfume

📋 copy color: '#BBA0DF'

red 187 ◦ green 160 ◦ blue 223

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

Shades of Perfume #BBA0DF

Tints of Perfume #BBA0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 32.81%
G = 28.07%
B = 39.12%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA0DF (or 0xBBA0DF) is known color: Perfume. HEX triplet: BB, A0 and DF. RGB value is (187,160,223). Sum of RGB (Red+Green+Blue) = 187+160+223=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DF is #445F20. Grayscale: #AFAFAF. Windows color (decimal): -4480801 or 14655675. OLE color: 14655675.

HSL color Cylindrical-coordinate representation of color #BBA0DF: hue angle of 265.71º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA0DF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 160 223 -
CMYK 0.16 0.28 0 0.13
HSL 265.71º 0.5% 0.75% -
HSV(B) 265.71º 0.28% 0.87% -
XYZ 46.38 41.03 75.29 -
YUV 175.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 187 160 223 0.16 0.28 0 0.13 265.71 0.5 0.75
Hex BB A0 DF 10 1C 0 D 10A 32 4B
Octal 273 240 337 20 34 0 15 412 62 113
Binary 10111011 10100000 11011111 10000 11100 0 1101 100001010 110010 1001011

Color Harmonies of #BBA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0DF

Black with #BBA0DF

Text Example


Text Example

White with #BBA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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