Html Css Color HEX #BBA4EC Perfume

📋 copy color: '#BBA4EC'

red 187 ◦ green 164 ◦ blue 236

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

Shades of Perfume #BBA4EC

Tints of Perfume #BBA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.94%

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

R = 31.86%
G = 27.94%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA4EC (or 0xBBA4EC) is known color: Perfume. HEX triplet: BB, A4 and EC. RGB value is (187,164,236). Sum of RGB (Red+Green+Blue) = 187+164+236=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4EC is #445B13. Grayscale: #B2B2B2. Windows color (decimal): -4479764 or 15508667. OLE color: 15508667.

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

Color convert

RGB 187 164 236 -
CMYK 0.21 0.31 0 0.07
HSL 259.17º 0.65% 0.78% -
HSV(B) 259.17º 0.31% 0.93% -
XYZ 48.91 43.17 85.11 -
YUV 179.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 187 164 236 0.21 0.31 0 0.07 259.17 0.65 0.78
Hex BB A4 EC 15 1F 0 7 103 41 4E
Octal 273 244 354 25 37 0 7 403 101 116
Binary 10111011 10100100 11101100 10101 11111 0 111 100000011 1000001 1001110

Color Harmonies of #BBA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4EC

Black with #BBA4EC

Text Example


Text Example

White with #BBA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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