Html Css Color HEX #BBA3F6 Perfume

📋 copy color: '#BBA3F6'

red 187 ◦ green 163 ◦ blue 246

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

Shades of Perfume #BBA3F6

Tints of Perfume #BBA3F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.28%

R = 31.38%
G = 27.35%
B = 41.28%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA3F6 (or 0xBBA3F6) is known color: Perfume. HEX triplet: BB, A3 and F6. RGB value is (187,163,246). Sum of RGB (Red+Green+Blue) = 187+163+246=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBA3F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3F6 is #445C09. Grayscale: #B3B3B3. Windows color (decimal): -4480010 or 16163771. OLE color: 16163771.

HSL color Cylindrical-coordinate representation of color #BBA3F6: hue angle of 257.35º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA3F6 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 163 246 -
CMYK 0.24 0.34 0 0.04
HSL 257.35º 0.82% 0.8% -
HSV(B) 257.35º 0.34% 0.96% -
XYZ 50.23 43.41 92.92 -
YUV 179.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 187 163 246 0.24 0.34 0 0.04 257.35 0.82 0.8
Hex BB A3 F6 18 22 0 4 101 52 50
Octal 273 243 366 30 42 0 4 401 122 120
Binary 10111011 10100011 11110110 11000 100010 0 100 100000001 1010010 1010000

Color Harmonies of #BBA3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3F6

Black with #BBA3F6

Text Example


Text Example

White with #BBA3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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