Html Css Color HEX #B28CA4 Bouquet

📋 copy color: '#B28CA4'

red 178 ◦ green 140 ◦ blue 164

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

Shades of Bouquet #B28CA4

Tints of Bouquet #B28CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 36.93%
G = 29.05%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B28CA4 (or 0xB28CA4) is known color: Bouquet. HEX triplet: B2, 8C and A4. RGB value is (178,140,164). Sum of RGB (Red+Green+Blue) = 178+140+164=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA4 is #4D735B. Grayscale: #9A9A9A. Windows color (decimal): -5075804 or 10783922. OLE color: 10783922.

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

Color convert

RGB 178 140 164 -
CMYK 0 0.21 0.08 0.30
HSL 322.11º 0.2% 0.62% -
HSV(B) 322.11º 0.21% 0.7% -
XYZ 34.44 30.9 39.27 -
YUV 154.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 178 140 164 0 0.21 0.08 0.30 322.11 0.2 0.62
Hex B2 8C A4 0 15 8 1E 142 14 3E
Octal 262 214 244 0 25 10 36 502 24 76
Binary 10110010 10001100 10100100 0 10101 1000 11110 101000010 10100 111110

Color Harmonies of #B28CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CA4

Black with #B28CA4

Text Example


Text Example

White with #B28CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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