Html Css Color HEX #B4ECDF Water Leaf

📋 copy color: '#B4ECDF'

red 180 ◦ green 236 ◦ blue 223

#B4ECDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B4ECDF

Tints of Water Leaf #B4ECDF

RGB

 RED value IS 180 (70.7% from 255) = 28.17%

 GREEN value IS 236 (92.58% from 255) = 36.93%

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 28.17%
G = 36.93%
B = 34.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B4ECDF (or 0xB4ECDF) is known color: Water Leaf. HEX triplet: B4, EC and DF. RGB value is (180,236,223). Sum of RGB (Red+Green+Blue) = 180+236+223=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECDF is #4B1320. Grayscale: #D9D9D9. Windows color (decimal): -4920097 or 14675124. OLE color: 14675124.

HSL color Cylindrical-coordinate representation of color #B4ECDF: hue angle of 166.07º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECDF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 236 223 -
CMYK 0.24 0 0.06 0.07
HSL 166.07º 0.6% 0.82% -
HSV(B) 166.07º 0.24% 0.93% -
XYZ 62.14 75.02 81.02 -
YUV 217.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 180 236 223 0.24 0 0.06 0.07 166.07 0.6 0.82
Hex B4 EC DF 18 0 6 7 A6 3C 52
Octal 264 354 337 30 0 6 7 246 74 122
Binary 10110100 11101100 11011111 11000 0 110 111 10100110 111100 1010010

Color Harmonies of #B4ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ECDF

Black with #B4ECDF

Text Example


Text Example

White with #B4ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ECDF; }

 p { color: rgb(180,236,223); }

 H1.HeaderClassName
 {
   color: #B4ECDF;
 }
 .AnyTagClassName
 {
   color: #B4ECDF;
 }
</style>

background-color css

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

 a { background-color: rgb(180,236,223); }

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

border-color css

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

 span { border-color: rgb(180,236,223); }

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