Html Css Color HEX #B0ECDC Water Leaf

📋 copy color: '#B0ECDC'

red 176 ◦ green 236 ◦ blue 220

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

Shades of Water Leaf #B0ECDC

Tints of Water Leaf #B0ECDC

RGB

 RED value IS 176 (69.14% from 255) = 27.85%

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

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 27.85%
G = 37.34%
B = 34.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B0ECDC (or 0xB0ECDC) is known color: Water Leaf. HEX triplet: B0, EC and DC. RGB value is (176,236,220). Sum of RGB (Red+Green+Blue) = 176+236+220=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECDC is #4F1323. Grayscale: #D8D8D8. Windows color (decimal): -5182244 or 14478512. OLE color: 14478512.

HSL color Cylindrical-coordinate representation of color #B0ECDC: hue angle of 164º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ECDC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 220 -
CMYK 0.25 0 0.07 0.07
HSL 164º 0.61% 0.81% -
HSV(B) 164º 0.25% 0.93% -
XYZ 60.82 74.39 78.86 -
YUV 216.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 176 236 220 0.25 0 0.07 0.07 164 0.61 0.81
Hex B0 EC DC 19 0 7 7 A4 3D 51
Octal 260 354 334 31 0 7 7 244 75 121
Binary 10110000 11101100 11011100 11001 0 111 111 10100100 111101 1010001

Color Harmonies of #B0ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ECDC

Black with #B0ECDC

Text Example


Text Example

White with #B0ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ECDC; }

 p { color: rgb(176,236,220); }

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

background-color css

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

 a { background-color: rgb(176,236,220); }

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

border-color css

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

 span { border-color: rgb(176,236,220); }

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