Html Css Color HEX #B2789E Bouquet

📋 copy color: '#B2789E'

red 178 ◦ green 120 ◦ blue 158

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

Shades of Bouquet #B2789E

Tints of Bouquet #B2789E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 39.04%
G = 26.32%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2789E (or 0xB2789E) is known color: Bouquet. HEX triplet: B2, 78 and 9E. RGB value is (178,120,158). Sum of RGB (Red+Green+Blue) = 178+120+158=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2789E is #4D8761. Grayscale: #8D8D8D. Windows color (decimal): -5080930 or 10385586. OLE color: 10385586.

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

Color convert

RGB 178 120 158 -
CMYK 0 0.33 0.11 0.30
HSL 320.69º 0.27% 0.58% -
HSV(B) 320.69º 0.33% 0.7% -
XYZ 31.25 25.37 35.6 -
YUV 141.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 178 120 158 0 0.33 0.11 0.30 320.69 0.27 0.58
Hex B2 78 9E 0 21 B 1E 141 1B 3A
Octal 262 170 236 0 41 13 36 501 33 72
Binary 10110010 1111000 10011110 0 100001 1011 11110 101000001 11011 111010

Color Harmonies of #B2789E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2789E

Black with #B2789E

Text Example


Text Example

White with #B2789E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2789E; }

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

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

background-color css

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

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

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

border-color css

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

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

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