Html Css Color HEX #BBA1E5 Perfume

📋 copy color: '#BBA1E5'

red 187 ◦ green 161 ◦ blue 229

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

Shades of Perfume #BBA1E5

Tints of Perfume #BBA1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 32.41%
G = 27.9%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBA1E5 (or 0xBBA1E5) is known color: Perfume. HEX triplet: BB, A1 and E5. RGB value is (187,161,229). Sum of RGB (Red+Green+Blue) = 187+161+229=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1E5 is #445E1A. Grayscale: #B0B0B0. Windows color (decimal): -4480539 or 15049147. OLE color: 15049147.

HSL color Cylindrical-coordinate representation of color #BBA1E5: hue angle of 262.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA1E5 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 161 229 -
CMYK 0.18 0.30 0 0.10
HSL 262.94º 0.57% 0.76% -
HSV(B) 262.94º 0.3% 0.9% -
XYZ 47.38 41.71 79.68 -
YUV 176.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 187 161 229 0.18 0.30 0 0.10 262.94 0.57 0.76
Hex BB A1 E5 12 1E 0 A 107 39 4C
Octal 273 241 345 22 36 0 12 407 71 114
Binary 10111011 10100001 11100101 10010 11110 0 1010 100000111 111001 1001100

Color Harmonies of #BBA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1E5

Black with #BBA1E5

Text Example


Text Example

White with #BBA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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