Html Css Color HEX #BBA3E7 Perfume

📋 copy color: '#BBA3E7'

red 187 ◦ green 163 ◦ blue 231

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

Shades of Perfume #BBA3E7

Tints of Perfume #BBA3E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 32.19%
G = 28.06%
B = 39.76%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA3E7 (or 0xBBA3E7) is known color: Perfume. HEX triplet: BB, A3 and E7. RGB value is (187,163,231). Sum of RGB (Red+Green+Blue) = 187+163+231=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3E7 is #445C18. Grayscale: #B1B1B1. Windows color (decimal): -4480025 or 15180731. OLE color: 15180731.

HSL color Cylindrical-coordinate representation of color #BBA3E7: hue angle of 261.18º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA3E7 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 163 231 -
CMYK 0.19 0.29 0 0.09
HSL 261.18º 0.59% 0.77% -
HSV(B) 261.18º 0.29% 0.91% -
XYZ 48.01 42.53 81.28 -
YUV 177.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 187 163 231 0.19 0.29 0 0.09 261.18 0.59 0.77
Hex BB A3 E7 13 1D 0 9 105 3B 4D
Octal 273 243 347 23 35 0 11 405 73 115
Binary 10111011 10100011 11100111 10011 11101 0 1001 100000101 111011 1001101

Color Harmonies of #BBA3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3E7

Black with #BBA3E7

Text Example


Text Example

White with #BBA3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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