#B4F3DC

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

Shades of Water Leaf #B4F3DC

Tints of Water Leaf #B4F3DC

Color information

#B4F3DC (or 0xB4F3DC) is unknown color: approx Water Leaf. HEX triplet: B4, F3 and DC. RGB value is (180,243,220). Sum of RGB (Red+Green+Blue) = 180+243+220=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F3DC is #4B0C23. Grayscale: #DDDDDD. Windows color (decimal): -4918308 or 14480308. OLE color: 14480308.

HSL color Cylindrical-coordinate representation of color #B4F3DC: hue angle of 158.1º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F3DC is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB180243220-
CMYK0.2600.090.05
HSL158.1º72.41%82.94%-
HSV(B)158.1º25.93%95.29%-
XYZ63.7978.9779.59-
YUV221.54127.1398.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.99%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=27.99%
G=37.79%
B=34.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802432200.2600.090.05158.172.4182.94
HexB4F3DC1A0959e4853
Octal264363334320115236110123
Binary10110100111100111101110011010010011011001111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F3DC; }

 p { color: rgb(180,243,220); }

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

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

 a { background-color: rgb(180,243,220); }

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

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

 span { border-color: rgb(180,243,220); }

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