Html Css Color HEX #BBA3DF Perfume

📋 copy color: '#BBA3DF'

red 187 ◦ green 163 ◦ blue 223

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

Shades of Perfume #BBA3DF

Tints of Perfume #BBA3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 32.64%
G = 28.45%
B = 38.92%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA3DF (or 0xBBA3DF) is known color: Perfume. HEX triplet: BB, A3 and DF. RGB value is (187,163,223). Sum of RGB (Red+Green+Blue) = 187+163+223=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3DF is #445C20. Grayscale: #B0B0B0. Windows color (decimal): -4480033 or 14656443. OLE color: 14656443.

HSL color Cylindrical-coordinate representation of color #BBA3DF: hue angle of 264º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA3DF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 163 223 -
CMYK 0.16 0.27 0 0.13
HSL 264º 0.48% 0.76% -
HSV(B) 264º 0.27% 0.87% -
XYZ 46.91 42.09 75.46 -
YUV 177.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 187 163 223 0.16 0.27 0 0.13 264 0.48 0.76
Hex BB A3 DF 10 1B 0 D 108 30 4C
Octal 273 243 337 20 33 0 15 410 60 114
Binary 10111011 10100011 11011111 10000 11011 0 1101 100001000 110000 1001100

Color Harmonies of #BBA3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3DF

Black with #BBA3DF

Text Example


Text Example

White with #BBA3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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