#BDF1E1

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

Shades of Water Leaf #BDF1E1

Tints of Water Leaf #BDF1E1

Color information

#BDF1E1 (or 0xBDF1E1) is unknown color: approx Water Leaf. HEX triplet: BD, F1 and E1. RGB value is (189,241,225). Sum of RGB (Red+Green+Blue) = 189+241+225=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1E1 is #420E1E. Grayscale: #DFDFDF. Windows color (decimal): -4328991 or 14807485. OLE color: 14807485.

HSL color Cylindrical-coordinate representation of color #BDF1E1: hue angle of 161.54º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1E1 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB189241225-
CMYK0.2200.070.05
HSL161.54º65%84.31%-
HSV(B)161.54º21.58%94.51%-
XYZ66.0379.1783.03-
YUV223.63128.77103.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=28.85%
G=36.79%
B=34.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412250.2200.070.05161.546584.31
HexBDF1E116075a24154
Octal27536134126075242101124
Binary1011110111110001111000011011001111011010001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1E1; }

 p { color: rgb(189,241,225); }

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

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

 a { background-color: rgb(189,241,225); }

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

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

 span { border-color: rgb(189,241,225); }

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