#BFECDF

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

Shades of Water Leaf #BFECDF

Tints of Water Leaf #BFECDF

Color information

#BFECDF (or 0xBFECDF) is unknown color: approx Water Leaf. HEX triplet: BF, EC and DF. RGB value is (191,236,223). Sum of RGB (Red+Green+Blue) = 191+236+223=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECDF is #401320. Grayscale: #DDDDDD. Windows color (decimal): -4199201 or 14675135. OLE color: 14675135.

HSL color Cylindrical-coordinate representation of color #BFECDF: hue angle of 162.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECDF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB191236223-
CMYK0.1900.060.07
HSL162.67º54.22%83.73%-
HSV(B)162.67º19.07%92.55%-
XYZ64.876.3981.14-
YUV221.06129.09106.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=29.38%
G=36.31%
B=34.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362230.1900.060.07162.6754.2283.73
HexBFECDF13067a33654
Octal2773543372306724366124
Binary101111111110110011011111100110110111101000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECDF; }

 p { color: rgb(191,236,223); }

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

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

 a { background-color: rgb(191,236,223); }

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

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

 span { border-color: rgb(191,236,223); }

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