Html Css Color HEX #B2879E Bouquet

📋 copy color: '#B2879E'

red 178 ◦ green 135 ◦ blue 158

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

Shades of Bouquet #B2879E

Tints of Bouquet #B2879E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

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

R = 37.79%
G = 28.66%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2879E (or 0xB2879E) is known color: Bouquet. HEX triplet: B2, 87 and 9E. RGB value is (178,135,158). Sum of RGB (Red+Green+Blue) = 178+135+158=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2879E is #4D7861. Grayscale: #969696. Windows color (decimal): -5077090 or 10389426. OLE color: 10389426.

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

Color convert

RGB 178 135 158 -
CMYK 0 0.24 0.11 0.30
HSL 327.91º 0.22% 0.61% -
HSV(B) 327.91º 0.24% 0.7% -
XYZ 33.2 29.26 36.25 -
YUV 150.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 178 135 158 0 0.24 0.11 0.30 327.91 0.22 0.61
Hex B2 87 9E 0 18 B 1E 148 16 3D
Octal 262 207 236 0 30 13 36 510 26 75
Binary 10110010 10000111 10011110 0 11000 1011 11110 101001000 10110 111101

Color Harmonies of #B2879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2879E

Black with #B2879E

Text Example


Text Example

White with #B2879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2879E; }

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

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

background-color css

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

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

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

border-color css

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

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

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