#BEFBE7

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

Shades of Water Leaf #BEFBE7

Tints of Water Leaf #BEFBE7

Color information

#BEFBE7 (or 0xBEFBE7) is unknown color: approx Water Leaf. HEX triplet: BE, FB and E7. RGB value is (190,251,231). Sum of RGB (Red+Green+Blue) = 190+251+231=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBE7 is #410418. Grayscale: #E6E6E6. Windows color (decimal): -4260889 or 15203262. OLE color: 15203262.

HSL color Cylindrical-coordinate representation of color #BEFBE7: hue angle of 160.33º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBE7 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB190251231-
CMYK0.2400.080.02
HSL160.33º88.41%86.47%-
HSV(B)160.33º24.3%98.43%-
XYZ70.1685.7188.45-
YUV230.48128.2999.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=28.27%
G=37.35%
B=34.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512310.2400.080.02160.3388.4186.47
HexBEFBE718082a05856
Octal276373347300102240130126
Binary1011111011111011111001111100001000101010000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBE7; }

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

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

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

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

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

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

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

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