#B3EADC

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

Shades of Water Leaf #B3EADC

Tints of Water Leaf #B3EADC

Color information

#B3EADC (or 0xB3EADC) is unknown color: approx Water Leaf. HEX triplet: B3, EA and DC. RGB value is (179,234,220). Sum of RGB (Red+Green+Blue) = 179+234+220=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EADC is #4C1523. Grayscale: #D7D7D7. Windows color (decimal): -4986148 or 14478003. OLE color: 14478003.

HSL color Cylindrical-coordinate representation of color #B3EADC: hue angle of 164.73º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EADC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB179234220-
CMYK0.2400.060.08
HSL164.73º56.7%80.98%-
HSV(B)164.73º23.5%91.76%-
XYZ60.9373.678.7-
YUV215.96130.28101.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.28%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=28.28%
G=36.97%
B=34.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792342200.2400.060.08164.7356.780.98
HexB3EADC18068a53951
Octal26335233430061024571121
Binary1011001111101010110111001100001101000101001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EADC; }

 p { color: rgb(179,234,220); }

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

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

 a { background-color: rgb(179,234,220); }

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

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

 span { border-color: rgb(179,234,220); }

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