#BFECE3

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

Shades of Water Leaf #BFECE3

Tints of Water Leaf #BFECE3

Color information

#BFECE3 (or 0xBFECE3) is unknown color: approx Water Leaf. HEX triplet: BF, EC and E3. RGB value is (191,236,227). Sum of RGB (Red+Green+Blue) = 191+236+227=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE3 is #40131C. Grayscale: #DDDDDD. Windows color (decimal): -4199197 or 14937279. OLE color: 14937279.

HSL color Cylindrical-coordinate representation of color #BFECE3: hue angle of 168º 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 #BFECE3 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB191236227-
CMYK0.1900.040.07
HSL168º54.22%83.73%-
HSV(B)168º19.07%92.55%-
XYZ65.3576.6184.02-
YUV221.52131.09106.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=29.20%
G=36.09%
B=34.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362270.1900.040.0716854.2283.73
HexBFECE313047a83654
Octal2773543432304725066124
Binary101111111110110011100011100110100111101010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECE3; }

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

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

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

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

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

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

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

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