Html Css Color HEX #B8FFED Water Leaf

📋 copy color: '#B8FFED'

red 184 ◦ green 255 ◦ blue 237

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

Shades of Water Leaf #B8FFED

Tints of Water Leaf #B8FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 37.72%

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 27.22%
G = 37.72%
B = 35.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B8FFED (or 0xB8FFED) is known color: Water Leaf. HEX triplet: B8, FF and ED. RGB value is (184,255,237). Sum of RGB (Red+Green+Blue) = 184+255+237=676 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.22% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFED is #470012. Grayscale: #E7E7E7. Windows color (decimal): -4653075 or 15597496. OLE color: 15597496.

HSL color Cylindrical-coordinate representation of color #B8FFED: hue angle of 164.79º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFED is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 184 255 237 -
CMYK 0.28 0 0.07 0
HSL 164.79º 1% 0.86% -
HSV(B) 164.79º 0.28% 1% -
XYZ 70.81 87.82 93.34 -
YUV 231.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 184 255 237 0.28 0 0.07 0 164.79 1 0.86
Hex B8 FF ED 1C 0 7 0 A5 64 56
Octal 270 377 355 34 0 7 0 245 144 126
Binary 10111000 11111111 11101101 11100 0 111 0 10100101 1100100 1010110

Color Harmonies of #B8FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FFED

Black with #B8FFED

Text Example


Text Example

White with #B8FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FFED; }

 p { color: rgb(184,255,237); }

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

background-color css

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

 a { background-color: rgb(184,255,237); }

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

border-color css

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

 span { border-color: rgb(184,255,237); }

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