Html Css Color HEX #BBA1EF Perfume

📋 copy color: '#BBA1EF'

red 187 ◦ green 161 ◦ blue 239

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

Shades of Perfume #BBA1EF

Tints of Perfume #BBA1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.43%

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 31.86%
G = 27.43%
B = 40.72%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA1EF (or 0xBBA1EF) is known color: Perfume. HEX triplet: BB, A1 and EF. RGB value is (187,161,239). Sum of RGB (Red+Green+Blue) = 187+161+239=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1EF is #445E10. Grayscale: #B1B1B1. Windows color (decimal): -4480529 or 15704507. OLE color: 15704507.

HSL color Cylindrical-coordinate representation of color #BBA1EF: hue angle of 260º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA1EF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 161 239 -
CMYK 0.22 0.33 0 0.06
HSL 260º 0.71% 0.78% -
HSV(B) 260º 0.33% 0.94% -
XYZ 48.82 42.29 87.25 -
YUV 177.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 187 161 239 0.22 0.33 0 0.06 260 0.71 0.78
Hex BB A1 EF 16 21 0 6 104 47 4E
Octal 273 241 357 26 41 0 6 404 107 116
Binary 10111011 10100001 11101111 10110 100001 0 110 100000100 1000111 1001110

Color Harmonies of #BBA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1EF

Black with #BBA1EF

Text Example


Text Example

White with #BBA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1EF; }

 p { color: rgb(187,161,239); }

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

background-color css

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

 a { background-color: rgb(187,161,239); }

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

border-color css

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

 span { border-color: rgb(187,161,239); }

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