Html Css Color HEX #BBA5DF Perfume

📋 copy color: '#BBA5DF'

red 187 ◦ green 165 ◦ blue 223

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

Shades of Perfume #BBA5DF

Tints of Perfume #BBA5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.7%

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

R = 32.52%
G = 28.7%
B = 38.78%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA5DF (or 0xBBA5DF) is known color: Perfume. HEX triplet: BB, A5 and DF. RGB value is (187,165,223). Sum of RGB (Red+Green+Blue) = 187+165+223=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5DF is #445A20. Grayscale: #B1B1B1. Windows color (decimal): -4479521 or 14656955. OLE color: 14656955.

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

Color convert

RGB 187 165 223 -
CMYK 0.16 0.26 0 0.13
HSL 262.76º 0.48% 0.76% -
HSV(B) 262.76º 0.26% 0.87% -
XYZ 47.27 42.8 75.58 -
YUV 178.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 187 165 223 0.16 0.26 0 0.13 262.76 0.48 0.76
Hex BB A5 DF 10 1A 0 D 107 30 4C
Octal 273 245 337 20 32 0 15 407 60 114
Binary 10111011 10100101 11011111 10000 11010 0 1101 100000111 110000 1001100

Color Harmonies of #BBA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5DF

Black with #BBA5DF

Text Example


Text Example

White with #BBA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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