#BDEFE7

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

Shades of Water Leaf #BDEFE7

Tints of Water Leaf #BDEFE7

Color information

#BDEFE7 (or 0xBDEFE7) is unknown color: approx Water Leaf. HEX triplet: BD, EF and E7. RGB value is (189,239,231). Sum of RGB (Red+Green+Blue) = 189+239+231=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFE7 is #421018. Grayscale: #DFDFDF. Windows color (decimal): -4329497 or 15200189. OLE color: 15200189.

HSL color Cylindrical-coordinate representation of color #BDEFE7: hue angle of 170.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB189239231-
CMYK0.2100.030.06
HSL170.4º60.98%83.92%-
HSV(B)170.4º20.92%93.73%-
XYZ66.2878.3287.23-
YUV223.14132.44103.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=28.68%
G=36.27%
B=35.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392310.2100.030.06170.460.9883.92
HexBDEFE715036aa3d54
Octal2753573472503625275124
Binary10111101111011111110011110101011110101010101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFE7; }

 p { color: rgb(189,239,231); }

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

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

 a { background-color: rgb(189,239,231); }

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

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

 span { border-color: rgb(189,239,231); }

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