Html Css Color HEX #B6ECDF Water Leaf

📋 copy color: '#B6ECDF'

red 182 ◦ green 236 ◦ blue 223

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

Shades of Water Leaf #B6ECDF

Tints of Water Leaf #B6ECDF

RGB

 RED value IS 182 (71.48% from 255) = 28.39%

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

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

R = 28.39%
G = 36.82%
B = 34.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B6ECDF (or 0xB6ECDF) is known color: Water Leaf. HEX triplet: B6, EC and DF. RGB value is (182,236,223). Sum of RGB (Red+Green+Blue) = 182+236+223=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDF is #491320. Grayscale: #DADADA. Windows color (decimal): -4789025 or 14675126. OLE color: 14675126.

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

Color convert

RGB 182 236 223 -
CMYK 0.23 0 0.06 0.07
HSL 165.56º 0.59% 0.82% -
HSV(B) 165.56º 0.23% 0.93% -
XYZ 62.61 75.26 81.04 -
YUV 218.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 182 236 223 0.23 0 0.06 0.07 165.56 0.59 0.82
Hex B6 EC DF 17 0 6 7 A6 3B 52
Octal 266 354 337 27 0 6 7 246 73 122
Binary 10110110 11101100 11011111 10111 0 110 111 10100110 111011 1010010

Color Harmonies of #B6ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ECDF

Black with #B6ECDF

Text Example


Text Example

White with #B6ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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