Html Css Color HEX #BBA1EC Perfume

📋 copy color: '#BBA1EC'

red 187 ◦ green 161 ◦ blue 236

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

Shades of Perfume #BBA1EC

Tints of Perfume #BBA1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 32.02%
G = 27.57%
B = 40.41%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA1EC (or 0xBBA1EC) is known color: Perfume. HEX triplet: BB, A1 and EC. RGB value is (187,161,236). Sum of RGB (Red+Green+Blue) = 187+161+236=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1EC is #445E13. Grayscale: #B1B1B1. Windows color (decimal): -4480532 or 15507899. OLE color: 15507899.

HSL color Cylindrical-coordinate representation of color #BBA1EC: hue angle of 260.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA1EC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 161 236 -
CMYK 0.21 0.32 0 0.07
HSL 260.8º 0.66% 0.78% -
HSV(B) 260.8º 0.32% 0.93% -
XYZ 48.38 42.11 84.94 -
YUV 177.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 187 161 236 0.21 0.32 0 0.07 260.8 0.66 0.78
Hex BB A1 EC 15 20 0 7 105 42 4E
Octal 273 241 354 25 40 0 7 405 102 116
Binary 10111011 10100001 11101100 10101 100000 0 111 100000101 1000010 1001110

Color Harmonies of #BBA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1EC

Black with #BBA1EC

Text Example


Text Example

White with #BBA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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