#BDEBDF

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

Shades of Water Leaf #BDEBDF

Tints of Water Leaf #BDEBDF

Color information

#BDEBDF (or 0xBDEBDF) is unknown color: approx Water Leaf. HEX triplet: BD, EB and DF. RGB value is (189,235,223). Sum of RGB (Red+Green+Blue) = 189+235+223=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBDF is #421420. Grayscale: #DBDBDB. Windows color (decimal): -4330529 or 14674877. OLE color: 14674877.

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

Color convert

RGB189235223-
CMYK0.2000.050.08
HSL164.35º53.49%83.14%-
HSV(B)164.35º19.57%92.16%-
XYZ64.0175.5681.02-
YUV219.88129.76105.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=29.21%
G=36.32%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352230.2000.050.08164.3553.4983.14
HexBDEBDF14058a43553
Octal27535333724051024465123
Binary1011110111101011110111111010001011000101001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBDF; }

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

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

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

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

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

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

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

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