#B7FFE1

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

Shades of Water Leaf #B7FFE1

Tints of Water Leaf #B7FFE1

Color information

#B7FFE1 (or 0xB7FFE1) is unknown color: approx Water Leaf. HEX triplet: B7, FF and E1. RGB value is (183,255,225). Sum of RGB (Red+Green+Blue) = 183+255+225=663 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.60% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFE1 is #48001E. Grayscale: #E6E6E6. Windows color (decimal): -4718623 or 14811063. OLE color: 14811063.

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

Color convert

RGB183255225-
CMYK0.2800.120
HSL155º100%85.88%-
HSV(B)155º28.24%100%-
XYZ68.8887.0284.4-
YUV230.05125.1594.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.60%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 225 (88.28% from 255) = 33.94%
R=27.60%
G=38.46%
B=33.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552250.2800.12015510085.88
HexB7FFE11C0C09b6456
Octal267377341340140233144126
Binary101101111111111111100001111000110001001101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFE1; }

 p { color: rgb(183,255,225); }

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

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

 a { background-color: rgb(183,255,225); }

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

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

 span { border-color: rgb(183,255,225); }

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