#B0FCDF

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

Shades of Water Leaf #B0FCDF

Tints of Water Leaf #B0FCDF

Color information

#B0FCDF (or 0xB0FCDF) is unknown color: approx Water Leaf. HEX triplet: B0, FC and DF. RGB value is (176,252,223). Sum of RGB (Red+Green+Blue) = 176+252+223=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDF is #4F0320. Grayscale: #E2E2E2. Windows color (decimal): -5178145 or 14679216. OLE color: 14679216.

HSL color Cylindrical-coordinate representation of color #B0FCDF: hue angle of 157.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB176252223-
CMYK0.3000.120.01
HSL157.11º92.68%83.92%-
HSV(B)157.11º30.16%98.82%-
XYZ66.0384.1882.58-
YUV225.97126.3292.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=27.04%
G=38.71%
B=34.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762522230.3000.120.01157.1192.6883.92
HexB0FCDF1E0C19d5d54
Octal260374337360141235135124
Binary101100001111110011011111111100110011001110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCDF; }

 p { color: rgb(176,252,223); }

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

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

 a { background-color: rgb(176,252,223); }

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

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

 span { border-color: rgb(176,252,223); }

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