Html Css Color HEX #B1F9E4 Water Leaf

📋 copy color: '#B1F9E4'

red 177 ◦ green 249 ◦ blue 228

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

Shades of Water Leaf #B1F9E4

Tints of Water Leaf #B1F9E4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.07%

 BLUE value IS 228 (89.45% from 255) = 34.86%

R = 27.06%
G = 38.07%
B = 34.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#B1F9E4 (or 0xB1F9E4) is known color: Water Leaf. HEX triplet: B1, F9 and E4. RGB value is (177,249,228). Sum of RGB (Red+Green+Blue) = 177+249+228=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9E4 is #4E061B. Grayscale: #E1E1E1. Windows color (decimal): -5113372 or 15006129. OLE color: 15006129.

HSL color Cylindrical-coordinate representation of color #B1F9E4: hue angle of 162.5º degrees, saturation: 0.86, 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 #B1F9E4 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 228 -
CMYK 0.29 0 0.08 0.02
HSL 162.5º 0.86% 0.84% -
HSV(B) 162.5º 0.29% 0.98% -
XYZ 66.01 82.7 85.88 -
YUV 225.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 177 249 228 0.29 0 0.08 0.02 162.5 0.86 0.84
Hex B1 F9 E4 1D 0 8 2 A2 56 54
Octal 261 371 344 35 0 10 2 242 126 124
Binary 10110001 11111001 11100100 11101 0 1000 10 10100010 1010110 1010100

Color Harmonies of #B1F9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9E4

Black with #B1F9E4

Text Example


Text Example

White with #B1F9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F9E4; }

 p { color: rgb(177,249,228); }

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

background-color css

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

 a { background-color: rgb(177,249,228); }

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

border-color css

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

 span { border-color: rgb(177,249,228); }

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