Html Css Color HEX #B0F9E1 Water Leaf

📋 copy color: '#B0F9E1'

red 176 ◦ green 249 ◦ blue 225

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

Shades of Water Leaf #B0F9E1

Tints of Water Leaf #B0F9E1

RGB

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

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

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

R = 27.08%
G = 38.31%
B = 34.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#B0F9E1 (or 0xB0F9E1) is known color: Water Leaf. HEX triplet: B0, F9 and E1. RGB value is (176,249,225). Sum of RGB (Red+Green+Blue) = 176+249+225=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9E1 is #4F061E. Grayscale: #E0E0E0. Windows color (decimal): -5178911 or 14809520. OLE color: 14809520.

HSL color Cylindrical-coordinate representation of color #B0F9E1: hue angle of 160.27º 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 #B0F9E1 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 225 -
CMYK 0.29 0 0.10 0.02
HSL 160.27º 0.86% 0.83% -
HSV(B) 160.27º 0.29% 0.98% -
XYZ 65.37 82.42 83.7 -
YUV 224.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 176 249 225 0.29 0 0.10 0.02 160.27 0.86 0.83
Hex B0 F9 E1 1D 0 A 2 A0 56 53
Octal 260 371 341 35 0 12 2 240 126 123
Binary 10110000 11111001 11100001 11101 0 1010 10 10100000 1010110 1010011

Color Harmonies of #B0F9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F9E1

Black with #B0F9E1

Text Example


Text Example

White with #B0F9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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