#BBA1E4

Color #BBA1E4 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BBA1E4

Tints of Perfume #BBA1E4

Color information

#BBA1E4 (or 0xBBA1E4) is unknown color: approx Perfume. HEX triplet: BB, A1 and E4. RGB value is (187,161,228). Sum of RGB (Red+Green+Blue) = 187+161+228=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1E4 is #445E1B. Grayscale: #B0B0B0. Windows color (decimal): -4480540 or 14983611. OLE color: 14983611.

HSL color Cylindrical-coordinate representation of color #BBA1E4: hue angle of 263.28º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA1E4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187161228-
CMYK0.180.2900.11
HSL263.28º55.37%76.27%-
HSV(B)263.28º29.39%89.41%-
XYZ47.2441.6678.95-
YUV176.41157.11135.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 228 (89.45% from 255) = 39.58%
R=32.47%
G=27.95%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871612280.180.2900.11263.2855.3776.27
HexBBA1E4121D0B107374c
Octal273241344223501340767114
Binary1011101110100001111001001001011101010111000001111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1E4; }

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

 H1.HeaderClassName
 {
   color: #BBA1E4;
 }
 .AnyTagClassName
 {
   color: #BBA1E4;
 }
</style>
background-color css

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

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

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

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

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

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