Html Css Color HEX #B2ECDF Water Leaf

📋 copy color: '#B2ECDF'

red 178 ◦ green 236 ◦ blue 223

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

Shades of Water Leaf #B2ECDF

Tints of Water Leaf #B2ECDF

RGB

 RED value IS 178 (69.92% from 255) = 27.94%

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

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

R = 27.94%
G = 37.05%
B = 35.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B2ECDF (or 0xB2ECDF) is known color: Water Leaf. HEX triplet: B2, EC and DF. RGB value is (178,236,223). Sum of RGB (Red+Green+Blue) = 178+236+223=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDF is #4D1320. Grayscale: #D9D9D9. Windows color (decimal): -5051169 or 14675122. OLE color: 14675122.

HSL color Cylindrical-coordinate representation of color #B2ECDF: hue angle of 166.55º degrees, saturation: 0.6, 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 #B2ECDF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 236 223 -
CMYK 0.25 0 0.06 0.07
HSL 166.55º 0.6% 0.81% -
HSV(B) 166.55º 0.25% 0.93% -
XYZ 61.67 74.78 81 -
YUV 217.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 178 236 223 0.25 0 0.06 0.07 166.55 0.6 0.81
Hex B2 EC DF 19 0 6 7 A7 3C 51
Octal 262 354 337 31 0 6 7 247 74 121
Binary 10110010 11101100 11011111 11001 0 110 111 10100111 111100 1010001

Color Harmonies of #B2ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECDF

Black with #B2ECDF

Text Example


Text Example

White with #B2ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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