#BE6FAB

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

Shades of Bouquet #BE6FAB

Tints of Bouquet #BE6FAB

Color information

#BE6FAB (or 0xBE6FAB) is unknown color: approx Bouquet. HEX triplet: BE, 6F and AB. RGB value is (190,111,171). Sum of RGB (Red+Green+Blue) = 190+111+171=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FAB is #419054. Grayscale: #8D8D8D. Windows color (decimal): -4296789 or 11235262. OLE color: 11235262.

HSL color Cylindrical-coordinate representation of color #BE6FAB: hue angle of 314.43º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FAB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190111171-
CMYK00.420.100.25
HSL314.43º37.8%59.02%-
HSV(B)314.43º41.58%74.51%-
XYZ34.2725.2641.6-
YUV141.46144.67162.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=40.25%
G=23.52%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011117100.420.100.25314.4337.859.02
HexBE6FAB02AA1913a263b
Octal27615725305212314724673
Binary101111101101111101010110101010101011001100111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FAB; }

 p { color: rgb(190,111,171); }

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

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

 a { background-color: rgb(190,111,171); }

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

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

 span { border-color: rgb(190,111,171); }

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