Html Css Color HEX #BBA1EB Perfume

📋 copy color: '#BBA1EB'

red 187 ◦ green 161 ◦ blue 235

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

Shades of Perfume #BBA1EB

Tints of Perfume #BBA1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 32.08%
G = 27.62%
B = 40.31%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBA1EB (or 0xBBA1EB) is known color: Perfume. HEX triplet: BB, A1 and EB. RGB value is (187,161,235). Sum of RGB (Red+Green+Blue) = 187+161+235=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1EB is #445E14. Grayscale: #B0B0B0. Windows color (decimal): -4480533 or 15442363. OLE color: 15442363.

HSL color Cylindrical-coordinate representation of color #BBA1EB: hue angle of 261.08º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA1EB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 161 235 -
CMYK 0.20 0.31 0 0.08
HSL 261.08º 0.65% 0.78% -
HSV(B) 261.08º 0.31% 0.92% -
XYZ 48.23 42.05 84.17 -
YUV 177.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 187 161 235 0.20 0.31 0 0.08 261.08 0.65 0.78
Hex BB A1 EB 14 1F 0 8 105 41 4E
Octal 273 241 353 24 37 0 10 405 101 116
Binary 10111011 10100001 11101011 10100 11111 0 1000 100000101 1000001 1001110

Color Harmonies of #BBA1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1EB

Black with #BBA1EB

Text Example


Text Example

White with #BBA1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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