Html Css Color HEX #BBA0E1 Perfume

📋 copy color: '#BBA0E1'

red 187 ◦ green 160 ◦ blue 225

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

Shades of Perfume #BBA0E1

Tints of Perfume #BBA0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 32.69%
G = 27.97%
B = 39.34%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBA0E1 (or 0xBBA0E1) is known color: Perfume. HEX triplet: BB, A0 and E1. RGB value is (187,160,225). Sum of RGB (Red+Green+Blue) = 187+160+225=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0E1 is #445F1E. Grayscale: #AFAFAF. Windows color (decimal): -4480799 or 14786747. OLE color: 14786747.

HSL color Cylindrical-coordinate representation of color #BBA0E1: hue angle of 264.92º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA0E1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 160 225 -
CMYK 0.17 0.29 0 0.12
HSL 264.92º 0.52% 0.75% -
HSV(B) 264.92º 0.29% 0.88% -
XYZ 46.65 41.14 76.72 -
YUV 175.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 187 160 225 0.17 0.29 0 0.12 264.92 0.52 0.75
Hex BB A0 E1 11 1D 0 C 109 34 4B
Octal 273 240 341 21 35 0 14 411 64 113
Binary 10111011 10100000 11100001 10001 11101 0 1100 100001001 110100 1001011

Color Harmonies of #BBA0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0E1

Black with #BBA0E1

Text Example


Text Example

White with #BBA0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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