Html Css Color HEX #B3E9DC Water Leaf

📋 copy color: '#B3E9DC'

red 179 ◦ green 233 ◦ blue 220

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

Shades of Water Leaf #B3E9DC

Tints of Water Leaf #B3E9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.87%

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

R = 28.32%
G = 36.87%
B = 34.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#B3E9DC (or 0xB3E9DC) is known color: Water Leaf. HEX triplet: B3, E9 and DC. RGB value is (179,233,220). Sum of RGB (Red+Green+Blue) = 179+233+220=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E9DC is #4C1623. Grayscale: #D7D7D7. Windows color (decimal): -4986404 or 14477747. OLE color: 14477747.

HSL color Cylindrical-coordinate representation of color #B3E9DC: hue angle of 165.56º degrees, saturation: 0.55, 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 #B3E9DC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 233 220 -
CMYK 0.23 0 0.06 0.09
HSL 165.56º 0.55% 0.81% -
HSV(B) 165.56º 0.23% 0.91% -
XYZ 60.65 73.03 78.61 -
YUV 215.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 179 233 220 0.23 0 0.06 0.09 165.56 0.55 0.81
Hex B3 E9 DC 17 0 6 9 A6 37 51
Octal 263 351 334 27 0 6 11 246 67 121
Binary 10110011 11101001 11011100 10111 0 110 1001 10100110 110111 1010001

Color Harmonies of #B3E9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E9DC

Black with #B3E9DC

Text Example


Text Example

White with #B3E9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E9DC; }

 p { color: rgb(179,233,220); }

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

background-color css

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

 a { background-color: rgb(179,233,220); }

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

border-color css

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

 span { border-color: rgb(179,233,220); }

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