Html Css Color HEX #BBA2FB Perfume

📋 copy color: '#BBA2FB'

red 187 ◦ green 162 ◦ blue 251

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

Shades of Perfume #BBA2FB

Tints of Perfume #BBA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.83%

R = 31.17%
G = 27%
B = 41.83%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA2FB (or 0xBBA2FB) is known color: Perfume. HEX triplet: BB, A2 and FB. RGB value is (187,162,251). Sum of RGB (Red+Green+Blue) = 187+162+251=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2FB is #445D04. Grayscale: #B3B3B3. Windows color (decimal): -4480261 or 16491195. OLE color: 16491195.

HSL color Cylindrical-coordinate representation of color #BBA2FB: hue angle of 256.85º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA2FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 162 251 -
CMYK 0.25 0.35 0 0.02
HSL 256.85º 0.92% 0.81% -
HSV(B) 256.85º 0.35% 0.98% -
XYZ 50.83 43.37 96.96 -
YUV 179.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 187 162 251 0.25 0.35 0 0.02 256.85 0.92 0.81
Hex BB A2 FB 19 23 0 2 101 5C 51
Octal 273 242 373 31 43 0 2 401 134 121
Binary 10111011 10100010 11111011 11001 100011 0 10 100000001 1011100 1010001

Color Harmonies of #BBA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2FB

Black with #BBA2FB

Text Example


Text Example

White with #BBA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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