Html Css Color HEX #B8EDDA Water Leaf

📋 copy color: '#B8EDDA'

red 184 ◦ green 237 ◦ blue 218

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

Shades of Water Leaf #B8EDDA

Tints of Water Leaf #B8EDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 28.79%
G = 37.09%
B = 34.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B8EDDA (or 0xB8EDDA) is known color: Water Leaf. HEX triplet: B8, ED and DA. RGB value is (184,237,218). Sum of RGB (Red+Green+Blue) = 184+237+218=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDDA is #471225. Grayscale: #DBDBDB. Windows color (decimal): -4657702 or 14347704. OLE color: 14347704.

HSL color Cylindrical-coordinate representation of color #B8EDDA: hue angle of 158.49º 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 #B8EDDA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 237 218 -
CMYK 0.22 0 0.08 0.07
HSL 158.49º 0.6% 0.83% -
HSV(B) 158.49º 0.22% 0.93% -
XYZ 62.71 75.82 77.66 -
YUV 218.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 184 237 218 0.22 0 0.08 0.07 158.49 0.6 0.83
Hex B8 ED DA 16 0 8 7 9E 3C 53
Octal 270 355 332 26 0 10 7 236 74 123
Binary 10111000 11101101 11011010 10110 0 1000 111 10011110 111100 1010011

Color Harmonies of #B8EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDDA

Black with #B8EDDA

Text Example


Text Example

White with #B8EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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