Html Css Color HEX #BBA5EC Perfume

📋 copy color: '#BBA5EC'

red 187 ◦ green 165 ◦ blue 236

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

Shades of Perfume #BBA5EC

Tints of Perfume #BBA5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.06%

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 31.8%
G = 28.06%
B = 40.14%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA5EC (or 0xBBA5EC) is known color: Perfume. HEX triplet: BB, A5 and EC. RGB value is (187,165,236). Sum of RGB (Red+Green+Blue) = 187+165+236=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5EC is #445A13. Grayscale: #B3B3B3. Windows color (decimal): -4479508 or 15508923. OLE color: 15508923.

HSL color Cylindrical-coordinate representation of color #BBA5EC: hue angle of 258.59º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA5EC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 165 236 -
CMYK 0.21 0.30 0 0.07
HSL 258.59º 0.65% 0.79% -
HSV(B) 258.59º 0.3% 0.93% -
XYZ 49.09 43.53 85.17 -
YUV 179.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 187 165 236 0.21 0.30 0 0.07 258.59 0.65 0.79
Hex BB A5 EC 15 1E 0 7 103 41 4F
Octal 273 245 354 25 36 0 7 403 101 117
Binary 10111011 10100101 11101100 10101 11110 0 111 100000011 1000001 1001111

Color Harmonies of #BBA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5EC

Black with #BBA5EC

Text Example


Text Example

White with #BBA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5EC; }

 p { color: rgb(187,165,236); }

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

background-color css

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

 a { background-color: rgb(187,165,236); }

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

border-color css

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

 span { border-color: rgb(187,165,236); }

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