#BFF9EB

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

Shades of Water Leaf #BFF9EB

Tints of Water Leaf #BFF9EB

Color information

#BFF9EB (or 0xBFF9EB) is unknown color: approx Water Leaf. HEX triplet: BF, F9 and EB. RGB value is (191,249,235). Sum of RGB (Red+Green+Blue) = 191+249+235=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9EB is #400614. Grayscale: #E6E6E6. Windows color (decimal): -4195861 or 15464895. OLE color: 15464895.

HSL color Cylindrical-coordinate representation of color #BFF9EB: hue angle of 165.52º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9EB is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB191249235-
CMYK0.2300.060.02
HSL165.52º82.86%86.27%-
HSV(B)165.52º23.29%97.65%-
XYZ70.3684.8391.26-
YUV230.06130.78100.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=28.30%
G=36.89%
B=34.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492350.2300.060.02165.5282.8686.27
HexBFF9EB17062a65356
Octal27737135327062246123126
Binary101111111111100111101011101110110101010011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9EB; }

 p { color: rgb(191,249,235); }

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

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

 a { background-color: rgb(191,249,235); }

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

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

 span { border-color: rgb(191,249,235); }

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