Html Css Color HEX #BBA0F5 Perfume

📋 copy color: '#BBA0F5'

red 187 ◦ green 160 ◦ blue 245

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

Shades of Perfume #BBA0F5

Tints of Perfume #BBA0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.39%

R = 31.59%
G = 27.03%
B = 41.39%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA0F5 (or 0xBBA0F5) is known color: Perfume. HEX triplet: BB, A0 and F5. RGB value is (187,160,245). Sum of RGB (Red+Green+Blue) = 187+160+245=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBA0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0F5 is #445F0A. Grayscale: #B1B1B1. Windows color (decimal): -4480779 or 16097467. OLE color: 16097467.

HSL color Cylindrical-coordinate representation of color #BBA0F5: hue angle of 259.06º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA0F5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 160 245 -
CMYK 0.24 0.35 0 0.04
HSL 259.06º 0.81% 0.79% -
HSV(B) 259.06º 0.35% 0.96% -
XYZ 49.55 42.3 91.94 -
YUV 177.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 187 160 245 0.24 0.35 0 0.04 259.06 0.81 0.79
Hex BB A0 F5 18 23 0 4 103 51 4F
Octal 273 240 365 30 43 0 4 403 121 117
Binary 10111011 10100000 11110101 11000 100011 0 100 100000011 1010001 1001111

Color Harmonies of #BBA0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0F5

Black with #BBA0F5

Text Example


Text Example

White with #BBA0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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