Html Css Color HEX #BBA7DC Perfume

📋 copy color: '#BBA7DC'

red 187 ◦ green 167 ◦ blue 220

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

Shades of Perfume #BBA7DC

Tints of Perfume #BBA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.09%

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 32.58%
G = 29.09%
B = 38.33%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA7DC (or 0xBBA7DC) is known color: Perfume. HEX triplet: BB, A7 and DC. RGB value is (187,167,220). Sum of RGB (Red+Green+Blue) = 187+167+220=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7DC is #445823. Grayscale: #B2B2B2. Windows color (decimal): -4479012 or 14460859. OLE color: 14460859.

HSL color Cylindrical-coordinate representation of color #BBA7DC: hue angle of 262.64º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA7DC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 167 220 -
CMYK 0.15 0.24 0 0.14
HSL 262.64º 0.43% 0.76% -
HSV(B) 262.64º 0.24% 0.86% -
XYZ 47.23 43.37 73.59 -
YUV 179.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 187 167 220 0.15 0.24 0 0.14 262.64 0.43 0.76
Hex BB A7 DC F 18 0 E 107 2B 4C
Octal 273 247 334 17 30 0 16 407 53 114
Binary 10111011 10100111 11011100 1111 11000 0 1110 100000111 101011 1001100

Color Harmonies of #BBA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7DC

Black with #BBA7DC

Text Example


Text Example

White with #BBA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7DC; }

 p { color: rgb(187,167,220); }

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

background-color css

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

 a { background-color: rgb(187,167,220); }

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

border-color css

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

 span { border-color: rgb(187,167,220); }

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