Html Css Color HEX #BBA0EC Perfume

📋 copy color: '#BBA0EC'

red 187 ◦ green 160 ◦ blue 236

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

Shades of Perfume #BBA0EC

Tints of Perfume #BBA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.44%

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

R = 32.08%
G = 27.44%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA0EC (or 0xBBA0EC) is known color: Perfume. HEX triplet: BB, A0 and EC. RGB value is (187,160,236). Sum of RGB (Red+Green+Blue) = 187+160+236=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0EC is #445F13. Grayscale: #B0B0B0. Windows color (decimal): -4480788 or 15507643. OLE color: 15507643.

HSL color Cylindrical-coordinate representation of color #BBA0EC: hue angle of 261.32º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA0EC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 160 236 -
CMYK 0.21 0.32 0 0.07
HSL 261.32º 0.67% 0.78% -
HSV(B) 261.32º 0.32% 0.93% -
XYZ 48.2 41.76 84.88 -
YUV 176.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 187 160 236 0.21 0.32 0 0.07 261.32 0.67 0.78
Hex BB A0 EC 15 20 0 7 105 43 4E
Octal 273 240 354 25 40 0 7 405 103 116
Binary 10111011 10100000 11101100 10101 100000 0 111 100000101 1000011 1001110

Color Harmonies of #BBA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0EC

Black with #BBA0EC

Text Example


Text Example

White with #BBA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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