Html Css Color HEX #B1FDE8 Water Leaf

📋 copy color: '#B1FDE8'

red 177 ◦ green 253 ◦ blue 232

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

Shades of Water Leaf #B1FDE8

Tints of Water Leaf #B1FDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.05%

R = 26.74%
G = 38.22%
B = 35.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#B1FDE8 (or 0xB1FDE8) is known color: Water Leaf. HEX triplet: B1, FD and E8. RGB value is (177,253,232). Sum of RGB (Red+Green+Blue) = 177+253+232=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDE8 is #4E0217. Grayscale: #E3E3E3. Windows color (decimal): -5112344 or 15269297. OLE color: 15269297.

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

Color convert

RGB 177 253 232 -
CMYK 0.30 0 0.08 0.01
HSL 163.42º 0.95% 0.84% -
HSV(B) 163.42º 0.3% 0.99% -
XYZ 67.82 85.42 89.26 -
YUV 227.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 177 253 232 0.30 0 0.08 0.01 163.42 0.95 0.84
Hex B1 FD E8 1E 0 8 1 A3 5F 54
Octal 261 375 350 36 0 10 1 243 137 124
Binary 10110001 11111101 11101000 11110 0 1000 1 10100011 1011111 1010100

Color Harmonies of #B1FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDE8

Black with #B1FDE8

Text Example


Text Example

White with #B1FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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