Html Css Color HEX #BA88A6 Bouquet

📋 copy color: '#BA88A6'

red 186 ◦ green 136 ◦ blue 166

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

Shades of Bouquet #BA88A6

Tints of Bouquet #BA88A6

RGB

 RED value IS 186 (73.05% from 255) = 38.11%

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 166 (65.23% from 255) = 34.02%

R = 38.11%
G = 27.87%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA88A6 (or 0xBA88A6) is known color: Bouquet. HEX triplet: BA, 88 and A6. RGB value is (186,136,166). Sum of RGB (Red+Green+Blue) = 186+136+166=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88A6 is #457759. Grayscale: #9A9A9A. Windows color (decimal): -4552538 or 10913978. OLE color: 10913978.

HSL color Cylindrical-coordinate representation of color #BA88A6: hue angle of 324º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA88A6 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 166 -
CMYK 0 0.27 0.11 0.27
HSL 324º 0.27% 0.63% -
HSV(B) 324º 0.27% 0.73% -
XYZ 35.94 30.8 40.13 -
YUV 154.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 186 136 166 0 0.27 0.11 0.27 324 0.27 0.63
Hex BA 88 A6 0 1B B 1B 144 1B 3F
Octal 272 210 246 0 33 13 33 504 33 77
Binary 10111010 10001000 10100110 0 11011 1011 11011 101000100 11011 111111

Color Harmonies of #BA88A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88A6

Black with #BA88A6

Text Example


Text Example

White with #BA88A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88A6; }

 p { color: rgb(186,136,166); }

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

background-color css

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

 a { background-color: rgb(186,136,166); }

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

border-color css

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

 span { border-color: rgb(186,136,166); }

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