Html Css Color HEX #BBA1FE Perfume

📋 copy color: '#BBA1FE'

red 187 ◦ green 161 ◦ blue 254

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

Shades of Perfume #BBA1FE

Tints of Perfume #BBA1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 31.06%
G = 26.74%
B = 42.19%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBA1FE (or 0xBBA1FE) is known color: Perfume. HEX triplet: BB, A1 and FE. RGB value is (187,161,254). Sum of RGB (Red+Green+Blue) = 187+161+254=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FE is #445E01. Grayscale: #B3B3B3. Windows color (decimal): -4480514 or 16687547. OLE color: 16687547.

HSL color Cylindrical-coordinate representation of color #BBA1FE: hue angle of 256.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA1FE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 161 254 -
CMYK 0.26 0.37 0 0.00
HSL 256.77º 0.98% 0.81% -
HSV(B) 256.77º 0.37% 1% -
XYZ 51.13 43.21 99.41 -
YUV 179.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 187 161 254 0.26 0.37 0 0.00 256.77 0.98 0.81
Hex BB A1 FE 1A 25 0 0 101 62 51
Octal 273 241 376 32 45 0 0 401 142 121
Binary 10111011 10100001 11111110 11010 100101 0 0 100000001 1100010 1010001

Color Harmonies of #BBA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1FE

Black with #BBA1FE

Text Example


Text Example

White with #BBA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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