Html Css Color HEX #BBA2FA Perfume

📋 copy color: '#BBA2FA'

red 187 ◦ green 162 ◦ blue 250

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

Shades of Perfume #BBA2FA

Tints of Perfume #BBA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.05%

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

R = 31.22%
G = 27.05%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA2FA (or 0xBBA2FA) is known color: Perfume. HEX triplet: BB, A2 and FA. RGB value is (187,162,250). Sum of RGB (Red+Green+Blue) = 187+162+250=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2FA is #445D05. Grayscale: #B3B3B3. Windows color (decimal): -4480262 or 16425659. OLE color: 16425659.

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

Color convert

RGB 187 162 250 -
CMYK 0.25 0.35 0 0.02
HSL 257.05º 0.9% 0.81% -
HSV(B) 257.05º 0.35% 0.98% -
XYZ 50.67 43.31 96.13 -
YUV 179.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 187 162 250 0.25 0.35 0 0.02 257.05 0.9 0.81
Hex BB A2 FA 19 23 0 2 101 5A 51
Octal 273 242 372 31 43 0 2 401 132 121
Binary 10111011 10100010 11111010 11001 100011 0 10 100000001 1011010 1010001

Color Harmonies of #BBA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2FA

Black with #BBA2FA

Text Example


Text Example

White with #BBA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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