Html Css Color HEX #B1FBE0 Water Leaf

📋 copy color: '#B1FBE0'

red 177 ◦ green 251 ◦ blue 224

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

Shades of Water Leaf #B1FBE0

Tints of Water Leaf #B1FBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.5%

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 27.15%
G = 38.5%
B = 34.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B1FBE0 (or 0xB1FBE0) is known color: Water Leaf. HEX triplet: B1, FB and E0. RGB value is (177,251,224). Sum of RGB (Red+Green+Blue) = 177+251+224=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBE0 is #4E041F. Grayscale: #E1E1E1. Windows color (decimal): -5112864 or 14744497. OLE color: 14744497.

HSL color Cylindrical-coordinate representation of color #B1FBE0: hue angle of 158.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBE0 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 251 224 -
CMYK 0.29 0 0.11 0.02
HSL 158.11º 0.9% 0.84% -
HSV(B) 158.11º 0.29% 0.98% -
XYZ 66.08 83.72 83.2 -
YUV 225.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 177 251 224 0.29 0 0.11 0.02 158.11 0.9 0.84
Hex B1 FB E0 1D 0 B 2 9E 5A 54
Octal 261 373 340 35 0 13 2 236 132 124
Binary 10110001 11111011 11100000 11101 0 1011 10 10011110 1011010 1010100

Color Harmonies of #B1FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBE0

Black with #B1FBE0

Text Example


Text Example

White with #B1FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBE0; }

 p { color: rgb(177,251,224); }

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

background-color css

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

 a { background-color: rgb(177,251,224); }

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

border-color css

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

 span { border-color: rgb(177,251,224); }

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