Html Css Color HEX #BBA3F1 Perfume

📋 copy color: '#BBA3F1'

red 187 ◦ green 163 ◦ blue 241

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

Shades of Perfume #BBA3F1

Tints of Perfume #BBA3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 31.64%
G = 27.58%
B = 40.78%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBA3F1 (or 0xBBA3F1) is known color: Perfume. HEX triplet: BB, A3 and F1. RGB value is (187,163,241). Sum of RGB (Red+Green+Blue) = 187+163+241=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3F1 is #445C0E. Grayscale: #B2B2B2. Windows color (decimal): -4480015 or 15836091. OLE color: 15836091.

HSL color Cylindrical-coordinate representation of color #BBA3F1: hue angle of 258.46º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA3F1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 163 241 -
CMYK 0.22 0.32 0 0.05
HSL 258.46º 0.74% 0.79% -
HSV(B) 258.46º 0.32% 0.95% -
XYZ 49.47 43.11 88.93 -
YUV 179.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 187 163 241 0.22 0.32 0 0.05 258.46 0.74 0.79
Hex BB A3 F1 16 20 0 5 102 4A 4F
Octal 273 243 361 26 40 0 5 402 112 117
Binary 10111011 10100011 11110001 10110 100000 0 101 100000010 1001010 1001111

Color Harmonies of #BBA3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3F1

Black with #BBA3F1

Text Example


Text Example

White with #BBA3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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