Html Css Color HEX #BBA2F9 Perfume

📋 copy color: '#BBA2F9'

red 187 ◦ green 162 ◦ blue 249

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

Shades of Perfume #BBA2F9

Tints of Perfume #BBA2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.64%

R = 31.27%
G = 27.09%
B = 41.64%

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

#BBA2F9 (or 0xBBA2F9) is known color: Perfume. HEX triplet: BB, A2 and F9. RGB value is (187,162,249). Sum of RGB (Red+Green+Blue) = 187+162+249=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2F9 is #445D06. Grayscale: #B3B3B3. Windows color (decimal): -4480263 or 16360123. OLE color: 16360123.

HSL color Cylindrical-coordinate representation of color #BBA2F9: hue angle of 257.24º degrees, saturation: 0.88, 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 #BBA2F9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 162 249 -
CMYK 0.25 0.35 0 0.02
HSL 257.24º 0.88% 0.81% -
HSV(B) 257.24º 0.35% 0.98% -
XYZ 50.51 43.25 95.31 -
YUV 179.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 187 162 249 0.25 0.35 0 0.02 257.24 0.88 0.81
Hex BB A2 F9 19 23 0 2 101 58 51
Octal 273 242 371 31 43 0 2 401 130 121
Binary 10111011 10100010 11111001 11001 100011 0 10 100000001 1011000 1010001

Color Harmonies of #BBA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2F9

Black with #BBA2F9

Text Example


Text Example

White with #BBA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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