Html Css Color HEX #BBA3F8 Perfume

📋 copy color: '#BBA3F8'

red 187 ◦ green 163 ◦ blue 248

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

Shades of Perfume #BBA3F8

Tints of Perfume #BBA3F8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.26%

 BLUE value IS 248 (97.27% from 255) = 41.47%

R = 31.27%
G = 27.26%
B = 41.47%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBA3F8 (or 0xBBA3F8) is known color: Perfume. HEX triplet: BB, A3 and F8. RGB value is (187,163,248). Sum of RGB (Red+Green+Blue) = 187+163+248=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA3F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3F8 is #445C07. Grayscale: #B3B3B3. Windows color (decimal): -4480008 or 16294843. OLE color: 16294843.

HSL color Cylindrical-coordinate representation of color #BBA3F8: hue angle of 256.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA3F8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 163 248 -
CMYK 0.25 0.34 0 0.03
HSL 256.94º 0.86% 0.81% -
HSV(B) 256.94º 0.34% 0.97% -
XYZ 50.53 43.54 94.55 -
YUV 179.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 187 163 248 0.25 0.34 0 0.03 256.94 0.86 0.81
Hex BB A3 F8 19 22 0 3 101 56 51
Octal 273 243 370 31 42 0 3 401 126 121
Binary 10111011 10100011 11111000 11001 100010 0 11 100000001 1010110 1010001

Color Harmonies of #BBA3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3F8

Black with #BBA3F8

Text Example


Text Example

White with #BBA3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3F8; }

 p { color: rgb(187,163,248); }

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

background-color css

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

 a { background-color: rgb(187,163,248); }

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

border-color css

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

 span { border-color: rgb(187,163,248); }

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