Html Css Color HEX #B0F9E7 Water Leaf

📋 copy color: '#B0F9E7'

red 176 ◦ green 249 ◦ blue 231

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

Shades of Water Leaf #B0F9E7

Tints of Water Leaf #B0F9E7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.96%

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

R = 26.83%
G = 37.96%
B = 35.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#B0F9E7 (or 0xB0F9E7) is known color: Water Leaf. HEX triplet: B0, F9 and E7. RGB value is (176,249,231). Sum of RGB (Red+Green+Blue) = 176+249+231=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F9E7 is #4F0618. Grayscale: #E1E1E1. Windows color (decimal): -5178905 or 15202736. OLE color: 15202736.

HSL color Cylindrical-coordinate representation of color #B0F9E7: hue angle of 165.21º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9E7 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 231 -
CMYK 0.29 0 0.07 0.02
HSL 165.21º 0.86% 0.83% -
HSV(B) 165.21º 0.29% 0.98% -
XYZ 66.2 82.75 88.08 -
YUV 225.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 176 249 231 0.29 0 0.07 0.02 165.21 0.86 0.83
Hex B0 F9 E7 1D 0 7 2 A5 56 53
Octal 260 371 347 35 0 7 2 245 126 123
Binary 10110000 11111001 11100111 11101 0 111 10 10100101 1010110 1010011

Color Harmonies of #B0F9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F9E7

Black with #B0F9E7

Text Example


Text Example

White with #B0F9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F9E7; }

 p { color: rgb(176,249,231); }

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

background-color css

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

 a { background-color: rgb(176,249,231); }

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

border-color css

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

 span { border-color: rgb(176,249,231); }

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