#BEEBDF

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

Shades of Water Leaf #BEEBDF

Tints of Water Leaf #BEEBDF

Color information

#BEEBDF (or 0xBEEBDF) is unknown color: approx Water Leaf. HEX triplet: BE, EB and DF. RGB value is (190,235,223). Sum of RGB (Red+Green+Blue) = 190+235+223=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDF is #411420. Grayscale: #DCDCDC. Windows color (decimal): -4264993 or 14674878. OLE color: 14674878.

HSL color Cylindrical-coordinate representation of color #BEEBDF: hue angle of 164º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBDF is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB190235223-
CMYK0.1900.050.08
HSL164º52.94%83.33%-
HSV(B)164º19.15%92.16%-
XYZ64.2675.6981.03-
YUV220.18129.59106.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=29.32%
G=36.27%
B=34.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352230.1900.050.0816452.9483.33
HexBEEBDF13058a43553
Octal27635333723051024465123
Binary1011111011101011110111111001101011000101001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBDF; }

 p { color: rgb(190,235,223); }

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

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

 a { background-color: rgb(190,235,223); }

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

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

 span { border-color: rgb(190,235,223); }

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