Html Css Color HEX #B2689E Bouquet

📋 copy color: '#B2689E'

red 178 ◦ green 104 ◦ blue 158

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

Shades of Bouquet #B2689E

Tints of Bouquet #B2689E

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 40.45%
G = 23.64%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2689E (or 0xB2689E) is known color: Bouquet. HEX triplet: B2, 68 and 9E. RGB value is (178,104,158). Sum of RGB (Red+Green+Blue) = 178+104+158=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2689E is #4D9761. Grayscale: #848484. Windows color (decimal): -5085026 or 10381490. OLE color: 10381490.

HSL color Cylindrical-coordinate representation of color #B2689E: hue angle of 316.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2689E is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 158 -
CMYK 0 0.42 0.11 0.30
HSL 316.22º 0.32% 0.55% -
HSV(B) 316.22º 0.42% 0.7% -
XYZ 29.48 21.83 35.01 -
YUV 132.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 178 104 158 0 0.42 0.11 0.30 316.22 0.32 0.55
Hex B2 68 9E 0 2A B 1E 13C 20 37
Octal 262 150 236 0 52 13 36 474 40 67
Binary 10110010 1101000 10011110 0 101010 1011 11110 100111100 100000 110111

Color Harmonies of #B2689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2689E

Black with #B2689E

Text Example


Text Example

White with #B2689E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2689E; }

 p { color: rgb(178,104,158); }

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

background-color css

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

 a { background-color: rgb(178,104,158); }

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

border-color css

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

 span { border-color: rgb(178,104,158); }

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