#BEFBEE

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

Shades of Water Leaf #BEFBEE

Tints of Water Leaf #BEFBEE

Color information

#BEFBEE (or 0xBEFBEE) is unknown color: approx Water Leaf. HEX triplet: BE, FB and EE. RGB value is (190,251,238). Sum of RGB (Red+Green+Blue) = 190+251+238=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBEE is #410411. Grayscale: #E7E7E7. Windows color (decimal): -4260882 or 15662014. OLE color: 15662014.

HSL color Cylindrical-coordinate representation of color #BEFBEE: hue angle of 167.21º 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 #BEFBEE is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB190251238-
CMYK0.2400.050.02
HSL167.21º88.41%86.47%-
HSV(B)167.21º24.3%98.43%-
XYZ71.1786.1193.76-
YUV231.28131.7998.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.98%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=27.98%
G=36.97%
B=35.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512380.2400.050.02167.2188.4186.47
HexBEFBEE18052a75856
Octal27637335630052247130126
Binary101111101111101111101110110000101101010011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBEE; }

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

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

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

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

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

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

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

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