Html Css Color HEX #B6ECDA Water Leaf

📋 copy color: '#B6ECDA'

red 182 ◦ green 236 ◦ blue 218

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

Shades of Water Leaf #B6ECDA

Tints of Water Leaf #B6ECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 28.62%
G = 37.11%
B = 34.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B6ECDA (or 0xB6ECDA) is known color: Water Leaf. HEX triplet: B6, EC and DA. RGB value is (182,236,218). Sum of RGB (Red+Green+Blue) = 182+236+218=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDA is #491325. Grayscale: #D9D9D9. Windows color (decimal): -4789030 or 14347446. OLE color: 14347446.

HSL color Cylindrical-coordinate representation of color #B6ECDA: hue angle of 160º 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 #B6ECDA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 236 218 -
CMYK 0.23 0 0.08 0.07
HSL 160º 0.59% 0.82% -
HSV(B) 160º 0.23% 0.93% -
XYZ 61.94 75 77.54 -
YUV 217.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 182 236 218 0.23 0 0.08 0.07 160 0.59 0.82
Hex B6 EC DA 17 0 8 7 A0 3B 52
Octal 266 354 332 27 0 10 7 240 73 122
Binary 10110110 11101100 11011010 10111 0 1000 111 10100000 111011 1010010

Color Harmonies of #B6ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ECDA

Black with #B6ECDA

Text Example


Text Example

White with #B6ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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