Html Css Color HEX #B0FCE7 Water Leaf

📋 copy color: '#B0FCE7'

red 176 ◦ green 252 ◦ blue 231

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

Shades of Water Leaf #B0FCE7

Tints of Water Leaf #B0FCE7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.24%

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

R = 26.71%
G = 38.24%
B = 35.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#B0FCE7 (or 0xB0FCE7) is known color: Water Leaf. HEX triplet: B0, FC and E7. RGB value is (176,252,231). Sum of RGB (Red+Green+Blue) = 176+252+231=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCE7 is #4F0318. Grayscale: #E2E2E2. Windows color (decimal): -5178137 or 15203504. OLE color: 15203504.

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

Color convert

RGB 176 252 231 -
CMYK 0.30 0 0.08 0.01
HSL 163.42º 0.93% 0.84% -
HSV(B) 163.42º 0.3% 0.99% -
XYZ 67.14 84.62 88.4 -
YUV 226.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 176 252 231 0.30 0 0.08 0.01 163.42 0.93 0.84
Hex B0 FC E7 1E 0 8 1 A3 5D 54
Octal 260 374 347 36 0 10 1 243 135 124
Binary 10110000 11111100 11100111 11110 0 1000 1 10100011 1011101 1010100

Color Harmonies of #B0FCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCE7

Black with #B0FCE7

Text Example


Text Example

White with #B0FCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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