#BFEEE3

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

Shades of Water Leaf #BFEEE3

Tints of Water Leaf #BFEEE3

Color information

#BFEEE3 (or 0xBFEEE3) is unknown color: approx Water Leaf. HEX triplet: BF, EE and E3. RGB value is (191,238,227). Sum of RGB (Red+Green+Blue) = 191+238+227=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE3 is #40111C. Grayscale: #DEDEDE. Windows color (decimal): -4198685 or 14937791. OLE color: 14937791.

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

Color convert

RGB191238227-
CMYK0.2000.050.07
HSL165.96º58.02%84.12%-
HSV(B)165.96º19.75%93.33%-
XYZ65.9377.7784.21-
YUV222.69130.43105.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=29.12%
G=36.28%
B=34.60%

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
Decimal1912382270.2000.050.07165.9658.0284.12
HexBFEEE314057a63a54
Octal2773563432405724672124
Binary101111111110111011100011101000101111101001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEE3; }

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

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

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

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

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

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

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

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