Html Css Color HEX #BBA1FA Perfume

📋 copy color: '#BBA1FA'

red 187 ◦ green 161 ◦ blue 250

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

Shades of Perfume #BBA1FA

Tints of Perfume #BBA1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 31.27%
G = 26.92%
B = 41.81%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA1FA (or 0xBBA1FA) is known color: Perfume. HEX triplet: BB, A1 and FA. RGB value is (187,161,250). Sum of RGB (Red+Green+Blue) = 187+161+250=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FA is #445E05. Grayscale: #B2B2B2. Windows color (decimal): -4480518 or 16425403. OLE color: 16425403.

HSL color Cylindrical-coordinate representation of color #BBA1FA: hue angle of 257.53º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA1FA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 161 250 -
CMYK 0.25 0.36 0 0.02
HSL 257.53º 0.9% 0.81% -
HSV(B) 257.53º 0.36% 0.98% -
XYZ 50.49 42.96 96.07 -
YUV 178.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 187 161 250 0.25 0.36 0 0.02 257.53 0.9 0.81
Hex BB A1 FA 19 24 0 2 102 5A 51
Octal 273 241 372 31 44 0 2 402 132 121
Binary 10111011 10100001 11111010 11001 100100 0 10 100000010 1011010 1010001

Color Harmonies of #BBA1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1FA

Black with #BBA1FA

Text Example


Text Example

White with #BBA1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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