Html Css Color HEX #BBA3EC Perfume

📋 copy color: '#BBA3EC'

red 187 ◦ green 163 ◦ blue 236

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

Shades of Perfume #BBA3EC

Tints of Perfume #BBA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.82%

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

R = 31.91%
G = 27.82%
B = 40.27%

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

#BBA3EC (or 0xBBA3EC) is known color: Perfume. HEX triplet: BB, A3 and EC. RGB value is (187,163,236). Sum of RGB (Red+Green+Blue) = 187+163+236=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EC is #445C13. Grayscale: #B2B2B2. Windows color (decimal): -4480020 or 15508411. OLE color: 15508411.

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

Color convert

RGB 187 163 236 -
CMYK 0.21 0.31 0 0.07
HSL 259.73º 0.66% 0.78% -
HSV(B) 259.73º 0.31% 0.93% -
XYZ 48.73 42.82 85.05 -
YUV 178.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 187 163 236 0.21 0.31 0 0.07 259.73 0.66 0.78
Hex BB A3 EC 15 1F 0 7 104 42 4E
Octal 273 243 354 25 37 0 7 404 102 116
Binary 10111011 10100011 11101100 10101 11111 0 111 100000100 1000010 1001110

Color Harmonies of #BBA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3EC

Black with #BBA3EC

Text Example


Text Example

White with #BBA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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