Html Css Color HEX #B688A0 Bouquet

📋 copy color: '#B688A0'

red 182 ◦ green 136 ◦ blue 160

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

Shades of Bouquet #B688A0

Tints of Bouquet #B688A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.47%

R = 38.08%
G = 28.45%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B688A0 (or 0xB688A0) is known color: Bouquet. HEX triplet: B6, 88 and A0. RGB value is (182,136,160). Sum of RGB (Red+Green+Blue) = 182+136+160=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A0 is #49775F. Grayscale: #989898. Windows color (decimal): -4814688 or 10520758. OLE color: 10520758.

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

Color convert

RGB 182 136 160 -
CMYK 0 0.25 0.12 0.29
HSL 328.7º 0.24% 0.62% -
HSV(B) 328.7º 0.25% 0.71% -
XYZ 34.44 30.09 37.25 -
YUV 152.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 182 136 160 0 0.25 0.12 0.29 328.7 0.24 0.62
Hex B6 88 A0 0 19 C 1D 149 18 3E
Octal 266 210 240 0 31 14 35 511 30 76
Binary 10110110 10001000 10100000 0 11001 1100 11101 101001001 11000 111110

Color Harmonies of #B688A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688A0

Black with #B688A0

Text Example


Text Example

White with #B688A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688A0; }

 p { color: rgb(182,136,160); }

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

background-color css

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

 a { background-color: rgb(182,136,160); }

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

border-color css

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

 span { border-color: rgb(182,136,160); }

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