#BFF3EA

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

Shades of Water Leaf #BFF3EA

Tints of Water Leaf #BFF3EA

Color information

#BFF3EA (or 0xBFF3EA) is unknown color: approx Water Leaf. HEX triplet: BF, F3 and EA. RGB value is (191,243,234). Sum of RGB (Red+Green+Blue) = 191+243+234=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3EA is #400C15. Grayscale: #E2E2E2. Windows color (decimal): -4197398 or 15397823. OLE color: 15397823.

HSL color Cylindrical-coordinate representation of color #BFF3EA: hue angle of 169.62º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3EA is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB191243234-
CMYK0.2100.040.05
HSL169.62º68.42%85.1%-
HSV(B)169.62º21.4%95.29%-
XYZ68.3981.1289.89-
YUV226.43132.27102.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=28.59%
G=36.38%
B=35.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432340.2100.040.05169.6268.4285.1
HexBFF3EA15045aa4455
Octal27736335225045252104125
Binary1011111111110011111010101010101001011010101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3EA; }

 p { color: rgb(191,243,234); }

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

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

 a { background-color: rgb(191,243,234); }

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

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

 span { border-color: rgb(191,243,234); }

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