Html Css Color HEX #B0FBE5 Water Leaf

📋 copy color: '#B0FBE5'

red 176 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #B0FBE5

Tints of Water Leaf #B0FBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.26%

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 26.83%
G = 38.26%
B = 34.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#B0FBE5 (or 0xB0FBE5) is known color: Water Leaf. HEX triplet: B0, FB and E5. RGB value is (176,251,229). Sum of RGB (Red+Green+Blue) = 176+251+229=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBE5 is #4F041A. Grayscale: #E2E2E2. Windows color (decimal): -5178395 or 15072176. OLE color: 15072176.

HSL color Cylindrical-coordinate representation of color #B0FBE5: hue angle of 162.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBE5 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 229 -
CMYK 0.30 0 0.09 0.02
HSL 162.4º 0.9% 0.84% -
HSV(B) 162.4º 0.3% 0.98% -
XYZ 66.54 83.88 86.81 -
YUV 226.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 176 251 229 0.30 0 0.09 0.02 162.4 0.9 0.84
Hex B0 FB E5 1E 0 9 2 A2 5A 54
Octal 260 373 345 36 0 11 2 242 132 124
Binary 10110000 11111011 11100101 11110 0 1001 10 10100010 1011010 1010100

Color Harmonies of #B0FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBE5

Black with #B0FBE5

Text Example


Text Example

White with #B0FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBE5; }

 p { color: rgb(176,251,229); }

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

background-color css

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

 a { background-color: rgb(176,251,229); }

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

border-color css

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

 span { border-color: rgb(176,251,229); }

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