#BFEEE4

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

Shades of Water Leaf #BFEEE4

Tints of Water Leaf #BFEEE4

Color information

#BFEEE4 (or 0xBFEEE4) is unknown color: approx Water Leaf. HEX triplet: BF, EE and E4. RGB value is (191,238,228). Sum of RGB (Red+Green+Blue) = 191+238+228=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE4 is #40111B. Grayscale: #DEDEDE. Windows color (decimal): -4198684 or 15003327. OLE color: 15003327.

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

Color convert

RGB191238228-
CMYK0.2000.040.07
HSL167.23º58.02%84.12%-
HSV(B)167.23º19.75%93.33%-
XYZ66.0677.8384.94-
YUV222.81130.93105.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=29.07%
G=36.23%
B=34.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382280.2000.040.07167.2358.0284.12
HexBFEEE414047a73a54
Octal2773563442404724772124
Binary101111111110111011100100101000100111101001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEE4; }

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

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

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

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

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

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

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

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