Html Css Color HEX #BBA7D9 Perfume

📋 copy color: '#BBA7D9'

red 187 ◦ green 167 ◦ blue 217

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

Shades of Perfume #BBA7D9

Tints of Perfume #BBA7D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38%

R = 32.75%
G = 29.25%
B = 38%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA7D9 (or 0xBBA7D9) is known color: Perfume. HEX triplet: BB, A7 and D9. RGB value is (187,167,217). Sum of RGB (Red+Green+Blue) = 187+167+217=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7D9 is #445826. Grayscale: #B2B2B2. Windows color (decimal): -4479015 or 14264251. OLE color: 14264251.

HSL color Cylindrical-coordinate representation of color #BBA7D9: hue angle of 264º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA7D9 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 167 217 -
CMYK 0.14 0.23 0 0.15
HSL 264º 0.4% 0.75% -
HSV(B) 264º 0.23% 0.85% -
XYZ 46.84 43.21 71.52 -
YUV 178.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 187 167 217 0.14 0.23 0 0.15 264 0.4 0.75
Hex BB A7 D9 E 17 0 F 108 28 4B
Octal 273 247 331 16 27 0 17 410 50 113
Binary 10111011 10100111 11011001 1110 10111 0 1111 100001000 101000 1001011

Color Harmonies of #BBA7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7D9

Black with #BBA7D9

Text Example


Text Example

White with #BBA7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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