Html Css Color HEX #B1FDE7 Water Leaf

📋 copy color: '#B1FDE7'

red 177 ◦ green 253 ◦ blue 231

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

Shades of Water Leaf #B1FDE7

Tints of Water Leaf #B1FDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 26.78%
G = 38.28%
B = 34.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#B1FDE7 (or 0xB1FDE7) is known color: Water Leaf. HEX triplet: B1, FD and E7. RGB value is (177,253,231). Sum of RGB (Red+Green+Blue) = 177+253+231=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDE7 is #4E0218. Grayscale: #E3E3E3. Windows color (decimal): -5112345 or 15203761. OLE color: 15203761.

HSL color Cylindrical-coordinate representation of color #B1FDE7: hue angle of 162.63º 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 #B1FDE7 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 231 -
CMYK 0.30 0 0.09 0.01
HSL 162.63º 0.95% 0.84% -
HSV(B) 162.63º 0.3% 0.99% -
XYZ 67.68 85.37 88.51 -
YUV 227.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 177 253 231 0.30 0 0.09 0.01 162.63 0.95 0.84
Hex B1 FD E7 1E 0 9 1 A3 5F 54
Octal 261 375 347 36 0 11 1 243 137 124
Binary 10110001 11111101 11100111 11110 0 1001 1 10100011 1011111 1010100

Color Harmonies of #B1FDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDE7

Black with #B1FDE7

Text Example


Text Example

White with #B1FDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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