Html Css Color HEX #BBA2EC Perfume

📋 copy color: '#BBA2EC'

red 187 ◦ green 162 ◦ blue 236

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

Shades of Perfume #BBA2EC

Tints of Perfume #BBA2EC

RGB

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

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

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

R = 31.97%
G = 27.69%
B = 40.34%

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

#BBA2EC (or 0xBBA2EC) is known color: Perfume. HEX triplet: BB, A2 and EC. RGB value is (187,162,236). Sum of RGB (Red+Green+Blue) = 187+162+236=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2EC is #445D13. Grayscale: #B1B1B1. Windows color (decimal): -4480276 or 15508155. OLE color: 15508155.

HSL color Cylindrical-coordinate representation of color #BBA2EC: hue angle of 260.27º degrees, saturation: 0.66, 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 #BBA2EC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 162 236 -
CMYK 0.21 0.31 0 0.07
HSL 260.27º 0.66% 0.78% -
HSV(B) 260.27º 0.31% 0.93% -
XYZ 48.55 42.46 84.99 -
YUV 177.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 187 162 236 0.21 0.31 0 0.07 260.27 0.66 0.78
Hex BB A2 EC 15 1F 0 7 104 42 4E
Octal 273 242 354 25 37 0 7 404 102 116
Binary 10111011 10100010 11101100 10101 11111 0 111 100000100 1000010 1001110

Color Harmonies of #BBA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2EC

Black with #BBA2EC

Text Example


Text Example

White with #BBA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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