Html Css Color HEX #B8EDE6 Water Leaf

📋 copy color: '#B8EDE6'

red 184 ◦ green 237 ◦ blue 230

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

Shades of Water Leaf #B8EDE6

Tints of Water Leaf #B8EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 28.26%
G = 36.41%
B = 35.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#B8EDE6 (or 0xB8EDE6) is known color: Water Leaf. HEX triplet: B8, ED and E6. RGB value is (184,237,230). Sum of RGB (Red+Green+Blue) = 184+237+230=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDE6 is #471219. Grayscale: #DCDCDC. Windows color (decimal): -4657690 or 15134136. OLE color: 15134136.

HSL color Cylindrical-coordinate representation of color #B8EDE6: hue angle of 172.08º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDE6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 237 230 -
CMYK 0.22 0 0.03 0.07
HSL 172.08º 0.6% 0.83% -
HSV(B) 172.08º 0.22% 0.93% -
XYZ 64.33 76.47 86.23 -
YUV 220.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 184 237 230 0.22 0 0.03 0.07 172.08 0.6 0.83
Hex B8 ED E6 16 0 3 7 AC 3C 53
Octal 270 355 346 26 0 3 7 254 74 123
Binary 10111000 11101101 11100110 10110 0 11 111 10101100 111100 1010011

Color Harmonies of #B8EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDE6

Black with #B8EDE6

Text Example


Text Example

White with #B8EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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