Html Css Color HEX #B2799E Bouquet

📋 copy color: '#B2799E'

red 178 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #B2799E

Tints of Bouquet #B2799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

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

R = 38.95%
G = 26.48%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2799E (or 0xB2799E) is known color: Bouquet. HEX triplet: B2, 79 and 9E. RGB value is (178,121,158). Sum of RGB (Red+Green+Blue) = 178+121+158=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B2799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2799E is #4D8661. Grayscale: #8E8E8E. Windows color (decimal): -5080674 or 10385842. OLE color: 10385842.

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

Color convert

RGB 178 121 158 -
CMYK 0 0.32 0.11 0.30
HSL 321.05º 0.27% 0.59% -
HSV(B) 321.05º 0.32% 0.7% -
XYZ 31.37 25.61 35.64 -
YUV 142.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 178 121 158 0 0.32 0.11 0.30 321.05 0.27 0.59
Hex B2 79 9E 0 20 B 1E 141 1B 3B
Octal 262 171 236 0 40 13 36 501 33 73
Binary 10110010 1111001 10011110 0 100000 1011 11110 101000001 11011 111011

Color Harmonies of #B2799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2799E

Black with #B2799E

Text Example


Text Example

White with #B2799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2799E; }

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

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

background-color css

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

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

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

border-color css

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

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

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