Html Css Color HEX #B688A2 Bouquet

📋 copy color: '#B688A2'

red 182 ◦ green 136 ◦ blue 162

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

Shades of Bouquet #B688A2

Tints of Bouquet #B688A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 37.92%
G = 28.33%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B688A2 (or 0xB688A2) is known color: Bouquet. HEX triplet: B6, 88 and A2. RGB value is (182,136,162). Sum of RGB (Red+Green+Blue) = 182+136+162=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A2 is #49775D. Grayscale: #989898. Windows color (decimal): -4814686 or 10651830. OLE color: 10651830.

HSL color Cylindrical-coordinate representation of color #B688A2: hue angle of 326.09º 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 #B688A2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 162 -
CMYK 0 0.25 0.11 0.29
HSL 326.09º 0.24% 0.62% -
HSV(B) 326.09º 0.25% 0.71% -
XYZ 34.62 30.16 38.18 -
YUV 152.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 182 136 162 0 0.25 0.11 0.29 326.09 0.24 0.62
Hex B6 88 A2 0 19 B 1D 146 18 3E
Octal 266 210 242 0 31 13 35 506 30 76
Binary 10110110 10001000 10100010 0 11001 1011 11101 101000110 11000 111110

Color Harmonies of #B688A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688A2

Black with #B688A2

Text Example


Text Example

White with #B688A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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