Html Css Color HEX #B3E8DE Water Leaf

📋 copy color: '#B3E8DE'

red 179 ◦ green 232 ◦ blue 222

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

Shades of Water Leaf #B3E8DE

Tints of Water Leaf #B3E8DE

RGB

 RED value IS 179 (70.31% from 255) = 28.28%

 GREEN value IS 232 (91.02% from 255) = 36.65%

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 28.28%
G = 36.65%
B = 35.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#B3E8DE (or 0xB3E8DE) is known color: Water Leaf. HEX triplet: B3, E8 and DE. RGB value is (179,232,222). Sum of RGB (Red+Green+Blue) = 179+232+222=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8DE is #4C1721. Grayscale: #D7D7D7. Windows color (decimal): -4986658 or 14608563. OLE color: 14608563.

HSL color Cylindrical-coordinate representation of color #B3E8DE: hue angle of 168.68º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E8DE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 232 222 -
CMYK 0.23 0 0.04 0.09
HSL 168.68º 0.54% 0.81% -
HSV(B) 168.68º 0.23% 0.91% -
XYZ 60.63 72.57 79.92 -
YUV 215.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 179 232 222 0.23 0 0.04 0.09 168.68 0.54 0.81
Hex B3 E8 DE 17 0 4 9 A9 36 51
Octal 263 350 336 27 0 4 11 251 66 121
Binary 10110011 11101000 11011110 10111 0 100 1001 10101001 110110 1010001

Color Harmonies of #B3E8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E8DE

Black with #B3E8DE

Text Example


Text Example

White with #B3E8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E8DE; }

 p { color: rgb(179,232,222); }

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

background-color css

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

 a { background-color: rgb(179,232,222); }

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

border-color css

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

 span { border-color: rgb(179,232,222); }

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