Html Css Color HEX #B1EDDF Water Leaf

📋 copy color: '#B1EDDF'

red 177 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #B1EDDF

Tints of Water Leaf #B1EDDF

RGB

 RED value IS 177 (69.53% from 255) = 27.79%

 GREEN value IS 237 (92.97% from 255) = 37.21%

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

R = 27.79%
G = 37.21%
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

#B1EDDF (or 0xB1EDDF) is known color: Water Leaf. HEX triplet: B1, ED and DF. RGB value is (177,237,223). Sum of RGB (Red+Green+Blue) = 177+237+223=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDDF is #4E1220. Grayscale: #D9D9D9. Windows color (decimal): -5116449 or 14675377. OLE color: 14675377.

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

Color convert

RGB 177 237 223 -
CMYK 0.25 0 0.06 0.07
HSL 166º 0.63% 0.81% -
HSV(B) 166º 0.25% 0.93% -
XYZ 61.73 75.24 81.08 -
YUV 217.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 177 237 223 0.25 0 0.06 0.07 166 0.63 0.81
Hex B1 ED DF 19 0 6 7 A6 3E 51
Octal 261 355 337 31 0 6 7 246 76 121
Binary 10110001 11101101 11011111 11001 0 110 111 10100110 111110 1010001

Color Harmonies of #B1EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDDF

Black with #B1EDDF

Text Example


Text Example

White with #B1EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDDF; }

 p { color: rgb(177,237,223); }

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

background-color css

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

 a { background-color: rgb(177,237,223); }

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

border-color css

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

 span { border-color: rgb(177,237,223); }

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