Html Css Color HEX #B0EDDC Water Leaf

📋 copy color: '#B0EDDC'

red 176 ◦ green 237 ◦ blue 220

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

Shades of Water Leaf #B0EDDC

Tints of Water Leaf #B0EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.44%

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

R = 27.8%
G = 37.44%
B = 34.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B0EDDC (or 0xB0EDDC) is known color: Water Leaf. HEX triplet: B0, ED and DC. RGB value is (176,237,220). Sum of RGB (Red+Green+Blue) = 176+237+220=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDDC is #4F1223. Grayscale: #D8D8D8. Windows color (decimal): -5181988 or 14478768. OLE color: 14478768.

HSL color Cylindrical-coordinate representation of color #B0EDDC: hue angle of 163.28º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDDC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 220 -
CMYK 0.26 0 0.07 0.07
HSL 163.28º 0.63% 0.81% -
HSV(B) 163.28º 0.26% 0.93% -
XYZ 61.11 74.97 78.96 -
YUV 216.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 176 237 220 0.26 0 0.07 0.07 163.28 0.63 0.81
Hex B0 ED DC 1A 0 7 7 A3 3F 51
Octal 260 355 334 32 0 7 7 243 77 121
Binary 10110000 11101101 11011100 11010 0 111 111 10100011 111111 1010001

Color Harmonies of #B0EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDDC

Black with #B0EDDC

Text Example


Text Example

White with #B0EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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