#BDF4EB

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

Shades of Water Leaf #BDF4EB

Tints of Water Leaf #BDF4EB

Color information

#BDF4EB (or 0xBDF4EB) is unknown color: approx Water Leaf. HEX triplet: BD, F4 and EB. RGB value is (189,244,235). Sum of RGB (Red+Green+Blue) = 189+244+235=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4EB is #420B14. Grayscale: #E2E2E2. Windows color (decimal): -4328213 or 15463613. OLE color: 15463613.

HSL color Cylindrical-coordinate representation of color #BDF4EB: hue angle of 170.18º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4EB is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB189244235-
CMYK0.2300.040.04
HSL170.18º71.43%84.9%-
HSV(B)170.18º22.54%95.69%-
XYZ68.3381.5290.73-
YUV226.53132.78101.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=28.29%
G=36.53%
B=35.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892442350.2300.040.04170.1871.4384.9
HexBDF4EB17044aa4755
Octal27536435327044252107125
Binary1011110111110100111010111011101001001010101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4EB; }

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

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

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

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

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

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

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

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