Html Css Color HEX #B0FAE0 Water Leaf

📋 copy color: '#B0FAE0'

red 176 ◦ green 250 ◦ blue 224

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

Shades of Water Leaf #B0FAE0

Tints of Water Leaf #B0FAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.46%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 27.08%
G = 38.46%
B = 34.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#B0FAE0 (or 0xB0FAE0) is known color: Water Leaf. HEX triplet: B0, FA and E0. RGB value is (176,250,224). Sum of RGB (Red+Green+Blue) = 176+250+224=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAE0 is #4F051F. Grayscale: #E0E0E0. Windows color (decimal): -5178656 or 14744240. OLE color: 14744240.

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

Color convert

RGB 176 250 224 -
CMYK 0.30 0 0.10 0.02
HSL 158.92º 0.88% 0.84% -
HSV(B) 158.92º 0.3% 0.98% -
XYZ 65.54 82.98 83.08 -
YUV 224.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 176 250 224 0.30 0 0.10 0.02 158.92 0.88 0.84
Hex B0 FA E0 1E 0 A 2 9F 58 54
Octal 260 372 340 36 0 12 2 237 130 124
Binary 10110000 11111010 11100000 11110 0 1010 10 10011111 1011000 1010100

Color Harmonies of #B0FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAE0

Black with #B0FAE0

Text Example


Text Example

White with #B0FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAE0; }

 p { color: rgb(176,250,224); }

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

background-color css

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

 a { background-color: rgb(176,250,224); }

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

border-color css

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

 span { border-color: rgb(176,250,224); }

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