Html Css Color HEX #B8ECDA Water Leaf

📋 copy color: '#B8ECDA'

red 184 ◦ green 236 ◦ blue 218

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

Shades of Water Leaf #B8ECDA

Tints of Water Leaf #B8ECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.99%

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

R = 28.84%
G = 36.99%
B = 34.17%

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

#B8ECDA (or 0xB8ECDA) is known color: Water Leaf. HEX triplet: B8, EC and DA. RGB value is (184,236,218). Sum of RGB (Red+Green+Blue) = 184+236+218=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECDA is #471325. Grayscale: #DADADA. Windows color (decimal): -4657958 or 14347448. OLE color: 14347448.

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

Color convert

RGB 184 236 218 -
CMYK 0.22 0 0.08 0.07
HSL 159.23º 0.58% 0.82% -
HSV(B) 159.23º 0.22% 0.93% -
XYZ 62.42 75.24 77.56 -
YUV 218.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 184 236 218 0.22 0 0.08 0.07 159.23 0.58 0.82
Hex B8 EC DA 16 0 8 7 9F 3A 52
Octal 270 354 332 26 0 10 7 237 72 122
Binary 10111000 11101100 11011010 10110 0 1000 111 10011111 111010 1010010

Color Harmonies of #B8ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECDA

Black with #B8ECDA

Text Example


Text Example

White with #B8ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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