#B3F1DC

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

Shades of Water Leaf #B3F1DC

Tints of Water Leaf #B3F1DC

Color information

#B3F1DC (or 0xB3F1DC) is unknown color: approx Water Leaf. HEX triplet: B3, F1 and DC. RGB value is (179,241,220). Sum of RGB (Red+Green+Blue) = 179+241+220=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1DC is #4C0E23. Grayscale: #DCDCDC. Windows color (decimal): -4984356 or 14479795. OLE color: 14479795.

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

Color convert

RGB179241220-
CMYK0.2600.090.05
HSL159.68º68.89%82.35%-
HSV(B)159.68º25.73%94.51%-
XYZ62.9677.6679.38-
YUV220.07127.9698.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.97%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=27.97%
G=37.66%
B=34.38%

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
Decimal1792412200.2600.090.05159.6868.8982.35
HexB3F1DC1A095a04552
Octal263361334320115240105122
Binary10110011111100011101110011010010011011010000010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1DC; }

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

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

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

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

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

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

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

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