Html Css Color HEX #B28CA1 Bouquet

📋 copy color: '#B28CA1'

red 178 ◦ green 140 ◦ blue 161

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

Shades of Bouquet #B28CA1

Tints of Bouquet #B28CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 37.16%
G = 29.23%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B28CA1 (or 0xB28CA1) is known color: Bouquet. HEX triplet: B2, 8C and A1. RGB value is (178,140,161). Sum of RGB (Red+Green+Blue) = 178+140+161=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA1 is #4D735E. Grayscale: #999999. Windows color (decimal): -5075807 or 10587314. OLE color: 10587314.

HSL color Cylindrical-coordinate representation of color #B28CA1: hue angle of 326.84º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28CA1 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 161 -
CMYK 0 0.21 0.10 0.30
HSL 326.84º 0.2% 0.62% -
HSV(B) 326.84º 0.21% 0.7% -
XYZ 34.17 30.79 37.86 -
YUV 153.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 178 140 161 0 0.21 0.10 0.30 326.84 0.2 0.62
Hex B2 8C A1 0 15 A 1E 147 14 3E
Octal 262 214 241 0 25 12 36 507 24 76
Binary 10110010 10001100 10100001 0 10101 1010 11110 101000111 10100 111110

Color Harmonies of #B28CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CA1

Black with #B28CA1

Text Example


Text Example

White with #B28CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CA1; }

 p { color: rgb(178,140,161); }

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

background-color css

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

 a { background-color: rgb(178,140,161); }

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

border-color css

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

 span { border-color: rgb(178,140,161); }

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