Html Css Color HEX #B0FDE1 Water Leaf

📋 copy color: '#B0FDE1'

red 176 ◦ green 253 ◦ blue 225

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

Shades of Water Leaf #B0FDE1

Tints of Water Leaf #B0FDE1

RGB

 RED value IS 176 (69.14% from 255) = 26.91%

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

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 26.91%
G = 38.69%
B = 34.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#B0FDE1 (or 0xB0FDE1) is known color: Water Leaf. HEX triplet: B0, FD and E1. RGB value is (176,253,225). Sum of RGB (Red+Green+Blue) = 176+253+225=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDE1 is #4F021E. Grayscale: #E2E2E2. Windows color (decimal): -5177887 or 14810544. OLE color: 14810544.

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

Color convert

RGB 176 253 225 -
CMYK 0.30 0 0.11 0.01
HSL 158.18º 0.95% 0.84% -
HSV(B) 158.18º 0.3% 0.99% -
XYZ 66.62 84.92 84.11 -
YUV 226.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 176 253 225 0.30 0 0.11 0.01 158.18 0.95 0.84
Hex B0 FD E1 1E 0 B 1 9E 5F 54
Octal 260 375 341 36 0 13 1 236 137 124
Binary 10110000 11111101 11100001 11110 0 1011 1 10011110 1011111 1010100

Color Harmonies of #B0FDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDE1

Black with #B0FDE1

Text Example


Text Example

White with #B0FDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDE1; }

 p { color: rgb(176,253,225); }

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

background-color css

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

 a { background-color: rgb(176,253,225); }

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

border-color css

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

 span { border-color: rgb(176,253,225); }

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