Html Css Color HEX #B0F7DD Water Leaf

📋 copy color: '#B0F7DD'

red 176 ◦ green 247 ◦ blue 221

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

Shades of Water Leaf #B0F7DD

Tints of Water Leaf #B0F7DD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.35%

 BLUE value IS 221 (86.72% from 255) = 34.32%

R = 27.33%
G = 38.35%
B = 34.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#B0F7DD (or 0xB0F7DD) is known color: Water Leaf. HEX triplet: B0, F7 and DD. RGB value is (176,247,221). Sum of RGB (Red+Green+Blue) = 176+247+221=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7DD is #4F0822. Grayscale: #DEDEDE. Windows color (decimal): -5179427 or 14546864. OLE color: 14546864.

HSL color Cylindrical-coordinate representation of color #B0F7DD: hue angle of 158.03º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7DD is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 221 -
CMYK 0.29 0 0.11 0.03
HSL 158.03º 0.82% 0.83% -
HSV(B) 158.03º 0.29% 0.97% -
XYZ 64.22 80.97 80.65 -
YUV 222.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 176 247 221 0.29 0 0.11 0.03 158.03 0.82 0.83
Hex B0 F7 DD 1D 0 B 3 9E 52 53
Octal 260 367 335 35 0 13 3 236 122 123
Binary 10110000 11110111 11011101 11101 0 1011 11 10011110 1010010 1010011

Color Harmonies of #B0F7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7DD

Black with #B0F7DD

Text Example


Text Example

White with #B0F7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7DD; }

 p { color: rgb(176,247,221); }

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

background-color css

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

 a { background-color: rgb(176,247,221); }

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

border-color css

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

 span { border-color: rgb(176,247,221); }

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