Html Css Color HEX #B0EFDC Water Leaf

📋 copy color: '#B0EFDC'

red 176 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #B0EFDC

Tints of Water Leaf #B0EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 27.72%
G = 37.64%
B = 34.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B0EFDC (or 0xB0EFDC) is known color: Water Leaf. HEX triplet: B0, EF and DC. RGB value is (176,239,220). Sum of RGB (Red+Green+Blue) = 176+239+220=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDC is #4F1023. Grayscale: #DADADA. Windows color (decimal): -5181476 or 14479280. OLE color: 14479280.

HSL color Cylindrical-coordinate representation of color #B0EFDC: hue angle of 161.9º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFDC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 220 -
CMYK 0.26 0 0.08 0.06
HSL 161.9º 0.66% 0.81% -
HSV(B) 161.9º 0.26% 0.94% -
XYZ 61.69 76.13 79.15 -
YUV 218 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 176 239 220 0.26 0 0.08 0.06 161.9 0.66 0.81
Hex B0 EF DC 1A 0 8 6 A2 42 51
Octal 260 357 334 32 0 10 6 242 102 121
Binary 10110000 11101111 11011100 11010 0 1000 110 10100010 1000010 1010001

Color Harmonies of #B0EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFDC

Black with #B0EFDC

Text Example


Text Example

White with #B0EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFDC; }

 p { color: rgb(176,239,220); }

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

background-color css

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

 a { background-color: rgb(176,239,220); }

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

border-color css

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

 span { border-color: rgb(176,239,220); }

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