#B96CA4

Color #B96CA4 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B96CA4

Tints of Bouquet #B96CA4

Color information

#B96CA4 (or 0xB96CA4) is unknown color: approx Bouquet. HEX triplet: B9, 6C and A4. RGB value is (185,108,164). Sum of RGB (Red+Green+Blue) = 185+108+164=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CA4 is #46935B. Grayscale: #898989. Windows color (decimal): -4625244 or 10775737. OLE color: 10775737.

HSL color Cylindrical-coordinate representation of color #B96CA4: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96CA4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185108164-
CMYK00.420.110.27
HSL316.36º35.48%57.45%-
HSV(B)316.36º41.62%72.55%-
XYZ32.0723.7238.01-
YUV137.41143.01161.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=40.48%
G=23.63%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510816400.420.110.27316.3635.4857.45
HexB96CA402AB1B13c2339
Octal27115424405213334744371
Binary101110011101100101001000101010101111011100111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CA4; }

 p { color: rgb(185,108,164); }

 H1.HeaderClassName
 {
   color: #B96CA4;
 }
 .AnyTagClassName
 {
   color: #B96CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(185,108,164); }

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

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

 span { border-color: rgb(185,108,164); }

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