Html Css Color HEX #BBA3F2 Perfume

📋 copy color: '#BBA3F2'

red 187 ◦ green 163 ◦ blue 242

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

Shades of Perfume #BBA3F2

Tints of Perfume #BBA3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 31.59%
G = 27.53%
B = 40.88%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBA3F2 (or 0xBBA3F2) is known color: Perfume. HEX triplet: BB, A3 and F2. RGB value is (187,163,242). Sum of RGB (Red+Green+Blue) = 187+163+242=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3F2 is #445C0D. Grayscale: #B2B2B2. Windows color (decimal): -4480014 or 15901627. OLE color: 15901627.

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

Color convert

RGB 187 163 242 -
CMYK 0.23 0.33 0 0.05
HSL 258.23º 0.75% 0.79% -
HSV(B) 258.23º 0.33% 0.95% -
XYZ 49.62 43.17 89.72 -
YUV 179.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 187 163 242 0.23 0.33 0 0.05 258.23 0.75 0.79
Hex BB A3 F2 17 21 0 5 102 4B 4F
Octal 273 243 362 27 41 0 5 402 113 117
Binary 10111011 10100011 11110010 10111 100001 0 101 100000010 1001011 1001111

Color Harmonies of #BBA3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3F2

Black with #BBA3F2

Text Example


Text Example

White with #BBA3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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