#bee795

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

Shades of Reef #BEE795

Tints of Reef #BEE795

Color information

#BEE795 (or 0xBEE795) is unknown color: approx Reef. HEX triplet: BE, E7 and 95. RGB value is (190,231,149). Sum of RGB (Red+Green+Blue) = 190+231+149=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE795 is #41186A. Grayscale: #D1D1D1. Windows color (decimal): -4266091 or 9824190. OLE color: 9824190.

HSL color Cylindrical-coordinate representation of color #BEE795: hue angle of 90º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE795 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB190231149-
CMYK0.1800.350.09
HSL90º63.08%74.51%-
HSV(B)90º35.5%90.59%-
XYZ55.2470.2739.09-
YUV209.3993.92114.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 231 (90.62% from 255) = 40.53%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=33.33%
G=40.53%
B=26.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902311490.1800.350.099063.0874.51
HexBEE7951202395a3f4b
Octal276347225220431113277113
Binary101111101110011110010101100100100011100110110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bee795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bee795; }

 p { color: rgb(190,231,149); }

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

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

 a { background-color: rgb(190,231,149); }

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

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

 span { border-color: rgb(190,231,149); }

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