#BEF685

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

Shades of Sulu #BEF685

Tints of Sulu #BEF685

Color information

#BEF685 (or 0xBEF685) is unknown color: approx Sulu. HEX triplet: BE, F6 and 85. RGB value is (190,246,133). Sum of RGB (Red+Green+Blue) = 190+246+133=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF685 is #41097A. Grayscale: #D8D8D8. Windows color (decimal): -4262267 or 8779454. OLE color: 8779454.

HSL color Cylindrical-coordinate representation of color #BEF685: hue angle of 89.73º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEF685 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB190246133-
CMYK0.2300.460.04
HSL89.73º86.26%74.31%-
HSV(B)89.73º45.93%96.47%-
XYZ58.4278.5534.27-
YUV216.3780.95109.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=33.39%
G=43.23%
B=23.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461330.2300.460.0489.7386.2674.31
HexBEF6851702E45a564a
Octal276366205270564132126112
Binary101111101111011010000101101110101110100101101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF685; }

 p { color: rgb(190,246,133); }

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

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

 a { background-color: rgb(190,246,133); }

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

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

 span { border-color: rgb(190,246,133); }

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