Html Css Color HEX #B8EADF Water Leaf

📋 copy color: '#B8EADF'

red 184 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #B8EADF

Tints of Water Leaf #B8EADF

RGB

 RED value IS 184 (72.27% from 255) = 28.71%

 GREEN value IS 234 (91.8% from 255) = 36.51%

 BLUE value IS 223 (87.5% from 255) = 34.79%

R = 28.71%
G = 36.51%
B = 34.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#B8EADF (or 0xB8EADF) is known color: Water Leaf. HEX triplet: B8, EA and DF. RGB value is (184,234,223). Sum of RGB (Red+Green+Blue) = 184+234+223=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EADF is #471520. Grayscale: #D9D9D9. Windows color (decimal): -4658465 or 14674616. OLE color: 14674616.

HSL color Cylindrical-coordinate representation of color #B8EADF: hue angle of 166.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EADF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 223 -
CMYK 0.21 0 0.05 0.08
HSL 166.8º 0.54% 0.82% -
HSV(B) 166.8º 0.21% 0.92% -
XYZ 62.51 74.36 80.87 -
YUV 217.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 184 234 223 0.21 0 0.05 0.08 166.8 0.54 0.82
Hex B8 EA DF 15 0 5 8 A7 36 52
Octal 270 352 337 25 0 5 10 247 66 122
Binary 10111000 11101010 11011111 10101 0 101 1000 10100111 110110 1010010

Color Harmonies of #B8EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EADF

Black with #B8EADF

Text Example


Text Example

White with #B8EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EADF; }

 p { color: rgb(184,234,223); }

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

background-color css

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

 a { background-color: rgb(184,234,223); }

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

border-color css

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

 span { border-color: rgb(184,234,223); }

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