Html Css Color HEX #BBA2F6 Perfume

📋 copy color: '#BBA2F6'

red 187 ◦ green 162 ◦ blue 246

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

Shades of Perfume #BBA2F6

Tints of Perfume #BBA2F6

RGB

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

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

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

R = 31.43%
G = 27.23%
B = 41.34%

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

#BBA2F6 (or 0xBBA2F6) is known color: Perfume. HEX triplet: BB, A2 and F6. RGB value is (187,162,246). Sum of RGB (Red+Green+Blue) = 187+162+246=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBA2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2F6 is #445D09. Grayscale: #B2B2B2. Windows color (decimal): -4480266 or 16163515. OLE color: 16163515.

HSL color Cylindrical-coordinate representation of color #BBA2F6: hue angle of 257.86º 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 #BBA2F6 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 162 246 -
CMYK 0.24 0.34 0 0.04
HSL 257.86º 0.82% 0.8% -
HSV(B) 257.86º 0.34% 0.96% -
XYZ 50.05 43.06 92.86 -
YUV 179.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 187 162 246 0.24 0.34 0 0.04 257.86 0.82 0.8
Hex BB A2 F6 18 22 0 4 102 52 50
Octal 273 242 366 30 42 0 4 402 122 120
Binary 10111011 10100010 11110110 11000 100010 0 100 100000010 1010010 1010000

Color Harmonies of #BBA2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2F6

Black with #BBA2F6

Text Example


Text Example

White with #BBA2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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