Html Css Color HEX #BBA2EF Perfume

📋 copy color: '#BBA2EF'

red 187 ◦ green 162 ◦ blue 239

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

Shades of Perfume #BBA2EF

Tints of Perfume #BBA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 31.8%
G = 27.55%
B = 40.65%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA2EF (or 0xBBA2EF) is known color: Perfume. HEX triplet: BB, A2 and EF. RGB value is (187,162,239). Sum of RGB (Red+Green+Blue) = 187+162+239=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2EF is #445D10. Grayscale: #B1B1B1. Windows color (decimal): -4480273 or 15704763. OLE color: 15704763.

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

Color convert

RGB 187 162 239 -
CMYK 0.22 0.32 0 0.06
HSL 259.48º 0.71% 0.79% -
HSV(B) 259.48º 0.32% 0.94% -
XYZ 48.99 42.64 87.31 -
YUV 178.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 187 162 239 0.22 0.32 0 0.06 259.48 0.71 0.79
Hex BB A2 EF 16 20 0 6 103 47 4F
Octal 273 242 357 26 40 0 6 403 107 117
Binary 10111011 10100010 11101111 10110 100000 0 110 100000011 1000111 1001111

Color Harmonies of #BBA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2EF

Black with #BBA2EF

Text Example


Text Example

White with #BBA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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