Html Css Color HEX #B1FEEB Water Leaf

📋 copy color: '#B1FEEB'

red 177 ◦ green 254 ◦ blue 235

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

Shades of Water Leaf #B1FEEB

Tints of Water Leaf #B1FEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.14%

 BLUE value IS 235 (92.19% from 255) = 35.29%

R = 26.58%
G = 38.14%
B = 35.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#B1FEEB (or 0xB1FEEB) is known color: Water Leaf. HEX triplet: B1, FE and EB. RGB value is (177,254,235). Sum of RGB (Red+Green+Blue) = 177+254+235=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEEB is #4E0114. Grayscale: #E4E4E4. Windows color (decimal): -5112085 or 15466161. OLE color: 15466161.

HSL color Cylindrical-coordinate representation of color #B1FEEB: hue angle of 165.19º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEEB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 235 -
CMYK 0.30 0 0.07 0.00
HSL 165.19º 0.97% 0.85% -
HSV(B) 165.19º 0.3% 1% -
XYZ 68.57 86.23 91.63 -
YUV 228.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 177 254 235 0.30 0 0.07 0.00 165.19 0.97 0.85
Hex B1 FE EB 1E 0 7 0 A5 61 55
Octal 261 376 353 36 0 7 0 245 141 125
Binary 10110001 11111110 11101011 11110 0 111 0 10100101 1100001 1010101

Color Harmonies of #B1FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEEB

Black with #B1FEEB

Text Example


Text Example

White with #B1FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEEB; }

 p { color: rgb(177,254,235); }

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

background-color css

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

 a { background-color: rgb(177,254,235); }

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

border-color css

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

 span { border-color: rgb(177,254,235); }

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