Html Css Color HEX #B684A6 Bouquet

📋 copy color: '#B684A6'

red 182 ◦ green 132 ◦ blue 166

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

Shades of Bouquet #B684A6

Tints of Bouquet #B684A6

RGB

 RED value IS 182 (71.48% from 255) = 37.92%

 GREEN value IS 132 (51.95% from 255) = 27.5%

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

R = 37.92%
G = 27.5%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B684A6 (or 0xB684A6) is known color: Bouquet. HEX triplet: B6, 84 and A6. RGB value is (182,132,166). Sum of RGB (Red+Green+Blue) = 182+132+166=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B684A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B684A6 is #497B59. Grayscale: #969696. Windows color (decimal): -4815706 or 10912950. OLE color: 10912950.

HSL color Cylindrical-coordinate representation of color #B684A6: hue angle of 319.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B684A6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 166 -
CMYK 0 0.27 0.09 0.29
HSL 319.2º 0.26% 0.62% -
HSV(B) 319.2º 0.27% 0.71% -
XYZ 34.43 29.2 39.9 -
YUV 150.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 182 132 166 0 0.27 0.09 0.29 319.2 0.26 0.62
Hex B6 84 A6 0 1B 9 1D 13F 1A 3E
Octal 266 204 246 0 33 11 35 477 32 76
Binary 10110110 10000100 10100110 0 11011 1001 11101 100111111 11010 111110

Color Harmonies of #B684A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B684A6

Black with #B684A6

Text Example


Text Example

White with #B684A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B684A6; }

 p { color: rgb(182,132,166); }

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

background-color css

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

 a { background-color: rgb(182,132,166); }

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

border-color css

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

 span { border-color: rgb(182,132,166); }

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