#BFEEE2

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

Shades of Water Leaf #BFEEE2

Tints of Water Leaf #BFEEE2

Color information

#BFEEE2 (or 0xBFEEE2) is unknown color: approx Water Leaf. HEX triplet: BF, EE and E2. RGB value is (191,238,226). Sum of RGB (Red+Green+Blue) = 191+238+226=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE2 is #40111D. Grayscale: #DEDEDE. Windows color (decimal): -4198686 or 14872255. OLE color: 14872255.

HSL color Cylindrical-coordinate representation of color #BFEEE2: hue angle of 164.68º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEE2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB191238226-
CMYK0.2000.050.07
HSL164.68º58.02%84.12%-
HSV(B)164.68º19.75%93.33%-
XYZ65.7977.7283.48-
YUV222.58129.93105.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=29.16%
G=36.34%
B=34.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382260.2000.050.07164.6858.0284.12
HexBFEEE214057a53a54
Octal2773563422405724572124
Binary101111111110111011100010101000101111101001011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEE2; }

 p { color: rgb(191,238,226); }

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

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

 a { background-color: rgb(191,238,226); }

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

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

 span { border-color: rgb(191,238,226); }

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