Html Css Color HEX #B1E8DF Water Leaf

📋 copy color: '#B1E8DF'

red 177 ◦ green 232 ◦ blue 223

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

Shades of Water Leaf #B1E8DF

Tints of Water Leaf #B1E8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.71%

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

R = 28.01%
G = 36.71%
B = 35.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#B1E8DF (or 0xB1E8DF) is known color: Water Leaf. HEX triplet: B1, E8 and DF. RGB value is (177,232,223). Sum of RGB (Red+Green+Blue) = 177+232+223=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8DF is #4E1720. Grayscale: #D6D6D6. Windows color (decimal): -5117729 or 14674097. OLE color: 14674097.

HSL color Cylindrical-coordinate representation of color #B1E8DF: hue angle of 170.18º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E8DF is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 232 223 -
CMYK 0.24 0 0.04 0.09
HSL 170.18º 0.54% 0.8% -
HSV(B) 170.18º 0.24% 0.91% -
XYZ 60.31 72.39 80.61 -
YUV 214.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 177 232 223 0.24 0 0.04 0.09 170.18 0.54 0.8
Hex B1 E8 DF 18 0 4 9 AA 36 50
Octal 261 350 337 30 0 4 11 252 66 120
Binary 10110001 11101000 11011111 11000 0 100 1001 10101010 110110 1010000

Color Harmonies of #B1E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E8DF

Black with #B1E8DF

Text Example


Text Example

White with #B1E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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