Html Css Color HEX #B2789C Bouquet

📋 copy color: '#B2789C'

red 178 ◦ green 120 ◦ blue 156

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

Shades of Bouquet #B2789C

Tints of Bouquet #B2789C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 39.21%
G = 26.43%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2789C (or 0xB2789C) is known color: Bouquet. HEX triplet: B2, 78 and 9C. RGB value is (178,120,156). Sum of RGB (Red+Green+Blue) = 178+120+156=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2789C is #4D8763. Grayscale: #8D8D8D. Windows color (decimal): -5080932 or 10254514. OLE color: 10254514.

HSL color Cylindrical-coordinate representation of color #B2789C: hue angle of 322.76º 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 #B2789C is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 156 -
CMYK 0 0.33 0.12 0.30
HSL 322.76º 0.27% 0.58% -
HSV(B) 322.76º 0.33% 0.7% -
XYZ 31.08 25.3 34.7 -
YUV 141.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 178 120 156 0 0.33 0.12 0.30 322.76 0.27 0.58
Hex B2 78 9C 0 21 C 1E 143 1B 3A
Octal 262 170 234 0 41 14 36 503 33 72
Binary 10110010 1111000 10011100 0 100001 1100 11110 101000011 11011 111010

Color Harmonies of #B2789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2789C

Black with #B2789C

Text Example


Text Example

White with #B2789C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2789C; }

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

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

background-color css

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

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

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

border-color css

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

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

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