Html Css Color HEX #B688A5 Bouquet

📋 copy color: '#B688A5'

red 182 ◦ green 136 ◦ blue 165

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

Shades of Bouquet #B688A5

Tints of Bouquet #B688A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 37.68%
G = 28.16%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B688A5 (or 0xB688A5) is known color: Bouquet. HEX triplet: B6, 88 and A5. RGB value is (182,136,165). Sum of RGB (Red+Green+Blue) = 182+136+165=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A5 is #49775A. Grayscale: #989898. Windows color (decimal): -4814683 or 10848438. OLE color: 10848438.

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

Color convert

RGB 182 136 165 -
CMYK 0 0.25 0.09 0.29
HSL 322.17º 0.24% 0.62% -
HSV(B) 322.17º 0.25% 0.71% -
XYZ 34.89 30.27 39.6 -
YUV 153.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 182 136 165 0 0.25 0.09 0.29 322.17 0.24 0.62
Hex B6 88 A5 0 19 9 1D 142 18 3E
Octal 266 210 245 0 31 11 35 502 30 76
Binary 10110110 10001000 10100101 0 11001 1001 11101 101000010 11000 111110

Color Harmonies of #B688A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688A5

Black with #B688A5

Text Example


Text Example

White with #B688A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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