Html Css Color HEX #BBA4DF Perfume

📋 copy color: '#BBA4DF'

red 187 ◦ green 164 ◦ blue 223

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

Shades of Perfume #BBA4DF

Tints of Perfume #BBA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.57%

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

R = 32.58%
G = 28.57%
B = 38.85%

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

#BBA4DF (or 0xBBA4DF) is known color: Perfume. HEX triplet: BB, A4 and DF. RGB value is (187,164,223). Sum of RGB (Red+Green+Blue) = 187+164+223=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4DF is #445B20. Grayscale: #B1B1B1. Windows color (decimal): -4479777 or 14656699. OLE color: 14656699.

HSL color Cylindrical-coordinate representation of color #BBA4DF: hue angle of 263.39º 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 #BBA4DF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 164 223 -
CMYK 0.16 0.26 0 0.13
HSL 263.39º 0.48% 0.76% -
HSV(B) 263.39º 0.26% 0.87% -
XYZ 47.09 42.44 75.52 -
YUV 177.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 187 164 223 0.16 0.26 0 0.13 263.39 0.48 0.76
Hex BB A4 DF 10 1A 0 D 107 30 4C
Octal 273 244 337 20 32 0 15 407 60 114
Binary 10111011 10100100 11011111 10000 11010 0 1101 100000111 110000 1001100

Color Harmonies of #BBA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4DF

Black with #BBA4DF

Text Example


Text Example

White with #BBA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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