Html Css Color HEX #B688A4 Bouquet

📋 copy color: '#B688A4'

red 182 ◦ green 136 ◦ blue 164

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

Shades of Bouquet #B688A4

Tints of Bouquet #B688A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 37.76%
G = 28.22%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B688A4 (or 0xB688A4) is known color: Bouquet. HEX triplet: B6, 88 and A4. RGB value is (182,136,164). Sum of RGB (Red+Green+Blue) = 182+136+164=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A4 is #49775B. Grayscale: #989898. Windows color (decimal): -4814684 or 10782902. OLE color: 10782902.

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

Color convert

RGB 182 136 164 -
CMYK 0 0.25 0.10 0.29
HSL 323.48º 0.24% 0.62% -
HSV(B) 323.48º 0.25% 0.71% -
XYZ 34.8 30.23 39.12 -
YUV 152.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 182 136 164 0 0.25 0.10 0.29 323.48 0.24 0.62
Hex B6 88 A4 0 19 A 1D 143 18 3E
Octal 266 210 244 0 31 12 35 503 30 76
Binary 10110110 10001000 10100100 0 11001 1010 11101 101000011 11000 111110

Color Harmonies of #B688A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688A4

Black with #B688A4

Text Example


Text Example

White with #B688A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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