#BEFDEE

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

Shades of Water Leaf #BEFDEE

Tints of Water Leaf #BEFDEE

Color information

#BEFDEE (or 0xBEFDEE) is unknown color: approx Water Leaf. HEX triplet: BE, FD and EE. RGB value is (190,253,238). Sum of RGB (Red+Green+Blue) = 190+253+238=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDEE is #410211. Grayscale: #E8E8E8. Windows color (decimal): -4260370 or 15662526. OLE color: 15662526.

HSL color Cylindrical-coordinate representation of color #BEFDEE: hue angle of 165.71º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDEE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB190253238-
CMYK0.2500.060.01
HSL165.71º94.03%86.86%-
HSV(B)165.71º24.9%99.22%-
XYZ71.7987.3793.97-
YUV232.45131.1397.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.90%
GREEN value IS 253 (99.22% from 255) = 37.15%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=27.90%
G=37.15%
B=34.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532380.2500.060.01165.7194.0386.86
HexBEFDEE19061a65e57
Octal27637535631061246136127
Binary10111110111111011110111011001011011010011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDEE; }

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

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

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

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

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

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

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

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