Html Css Color HEX #B0EDE3 Water Leaf

📋 copy color: '#B0EDE3'

red 176 ◦ green 237 ◦ blue 227

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

Shades of Water Leaf #B0EDE3

Tints of Water Leaf #B0EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.47%

R = 27.5%
G = 37.03%
B = 35.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#B0EDE3 (or 0xB0EDE3) is known color: Water Leaf. HEX triplet: B0, ED and E3. RGB value is (176,237,227). Sum of RGB (Red+Green+Blue) = 176+237+227=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDE3 is #4F121C. Grayscale: #D9D9D9. Windows color (decimal): -5181981 or 14937520. OLE color: 14937520.

HSL color Cylindrical-coordinate representation of color #B0EDE3: hue angle of 170.16º 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 #B0EDE3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 227 -
CMYK 0.26 0 0.04 0.07
HSL 170.16º 0.63% 0.81% -
HSV(B) 170.16º 0.26% 0.93% -
XYZ 62.05 75.34 83.95 -
YUV 217.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 176 237 227 0.26 0 0.04 0.07 170.16 0.63 0.81
Hex B0 ED E3 1A 0 4 7 AA 3F 51
Octal 260 355 343 32 0 4 7 252 77 121
Binary 10110000 11101101 11100011 11010 0 100 111 10101010 111111 1010001

Color Harmonies of #B0EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDE3

Black with #B0EDE3

Text Example


Text Example

White with #B0EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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