#B0FFE6

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

Shades of Water Leaf #B0FFE6

Tints of Water Leaf #B0FFE6

Color information

#B0FFE6 (or 0xB0FFE6) is unknown color: approx Water Leaf. HEX triplet: B0, FF and E6. RGB value is (176,255,230). Sum of RGB (Red+Green+Blue) = 176+255+230=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFE6 is #4F0019. Grayscale: #E4E4E4. Windows color (decimal): -5177370 or 15138736. OLE color: 15138736.

HSL color Cylindrical-coordinate representation of color #B0FFE6: hue angle of 161.01º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFE6 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB176255230-
CMYK0.3100.100
HSL161.01º100%84.51%-
HSV(B)161.01º30.98%100%-
XYZ67.9586.4687.97-
YUV228.53128.8390.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.63%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=26.63%
G=38.58%
B=34.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552300.3100.100161.0110084.51
HexB0FFE61F0A0a16455
Octal260377346370120241144125
Binary101100001111111111100110111110101001010000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFE6; }

 p { color: rgb(176,255,230); }

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

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

 a { background-color: rgb(176,255,230); }

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

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

 span { border-color: rgb(176,255,230); }

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