#B8EBE3

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

Shades of Water Leaf #B8EBE3

Tints of Water Leaf #B8EBE3

Color information

#B8EBE3 (or 0xB8EBE3) is unknown color: approx Water Leaf. HEX triplet: B8, EB and E3. RGB value is (184,235,227). Sum of RGB (Red+Green+Blue) = 184+235+227=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBE3 is #47141C. Grayscale: #DADADA. Windows color (decimal): -4658205 or 14937016. OLE color: 14937016.

HSL color Cylindrical-coordinate representation of color #B8EBE3: hue angle of 170.59º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBE3 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB184235227-
CMYK0.2200.030.08
HSL170.59º56.04%82.16%-
HSV(B)170.59º21.7%92.16%-
XYZ63.3475.1583.84-
YUV218.84132.6103.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.48%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 227 (89.06% from 255) = 35.14%
R=28.48%
G=36.38%
B=35.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842352270.2200.030.08170.5956.0482.16
HexB8EBE316038ab3852
Octal27035334326031025370122
Binary101110001110101111100011101100111000101010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBE3; }

 p { color: rgb(184,235,227); }

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

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

 a { background-color: rgb(184,235,227); }

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

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

 span { border-color: rgb(184,235,227); }

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