Html Css Color HEX #BBA6D9 Perfume

📋 copy color: '#BBA6D9'

red 187 ◦ green 166 ◦ blue 217

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

Shades of Perfume #BBA6D9

Tints of Perfume #BBA6D9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.12%

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

R = 32.81%
G = 29.12%
B = 38.07%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA6D9 (or 0xBBA6D9) is known color: Perfume. HEX triplet: BB, A6 and D9. RGB value is (187,166,217). Sum of RGB (Red+Green+Blue) = 187+166+217=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBA6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6D9 is #445926. Grayscale: #B1B1B1. Windows color (decimal): -4479271 or 14263995. OLE color: 14263995.

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

Color convert

RGB 187 166 217 -
CMYK 0.14 0.24 0 0.15
HSL 264.71º 0.4% 0.75% -
HSV(B) 264.71º 0.24% 0.85% -
XYZ 46.65 42.85 71.46 -
YUV 178.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 187 166 217 0.14 0.24 0 0.15 264.71 0.4 0.75
Hex BB A6 D9 E 18 0 F 109 28 4B
Octal 273 246 331 16 30 0 17 411 50 113
Binary 10111011 10100110 11011001 1110 11000 0 1111 100001001 101000 1001011

Color Harmonies of #BBA6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6D9

Black with #BBA6D9

Text Example


Text Example

White with #BBA6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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