Html Css Color HEX #B1FDE3 Water Leaf

📋 copy color: '#B1FDE3'

red 177 ◦ green 253 ◦ blue 227

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

Shades of Water Leaf #B1FDE3

Tints of Water Leaf #B1FDE3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.51%

 BLUE value IS 227 (89.06% from 255) = 34.55%

R = 26.94%
G = 38.51%
B = 34.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#B1FDE3 (or 0xB1FDE3) is known color: Water Leaf. HEX triplet: B1, FD and E3. RGB value is (177,253,227). Sum of RGB (Red+Green+Blue) = 177+253+227=657 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.94% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDE3 is #4E021C. Grayscale: #E3E3E3. Windows color (decimal): -5112349 or 14941617. OLE color: 14941617.

HSL color Cylindrical-coordinate representation of color #B1FDE3: hue angle of 159.47º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDE3 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 227 -
CMYK 0.30 0 0.10 0.01
HSL 159.47º 0.95% 0.84% -
HSV(B) 159.47º 0.3% 0.99% -
XYZ 67.12 85.14 85.57 -
YUV 227.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 177 253 227 0.30 0 0.10 0.01 159.47 0.95 0.84
Hex B1 FD E3 1E 0 A 1 9F 5F 54
Octal 261 375 343 36 0 12 1 237 137 124
Binary 10110001 11111101 11100011 11110 0 1010 1 10011111 1011111 1010100

Color Harmonies of #B1FDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDE3

Black with #B1FDE3

Text Example


Text Example

White with #B1FDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDE3; }

 p { color: rgb(177,253,227); }

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

background-color css

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

 a { background-color: rgb(177,253,227); }

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

border-color css

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

 span { border-color: rgb(177,253,227); }

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