Html Css Color HEX #BAE4DF Water Leaf

📋 copy color: '#BAE4DF'

red 186 ◦ green 228 ◦ blue 223

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

Shades of Water Leaf #BAE4DF

Tints of Water Leaf #BAE4DF

RGB

 RED value IS 186 (73.05% from 255) = 29.2%

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 29.2%
G = 35.79%
B = 35.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BAE4DF (or 0xBAE4DF) is known color: Water Leaf. HEX triplet: BA, E4 and DF. RGB value is (186,228,223). Sum of RGB (Red+Green+Blue) = 186+228+223=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DF is #451B20. Grayscale: #D6D6D6. Windows color (decimal): -4528929 or 14673082. OLE color: 14673082.

HSL color Cylindrical-coordinate representation of color #BAE4DF: hue angle of 172.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4DF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 223 -
CMYK 0.18 0 0.02 0.11
HSL 172.86º 0.44% 0.81% -
HSV(B) 172.86º 0.18% 0.89% -
XYZ 61.31 71.25 80.33 -
YUV 214.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 186 228 223 0.18 0 0.02 0.11 172.86 0.44 0.81
Hex BA E4 DF 12 0 2 B AD 2C 51
Octal 272 344 337 22 0 2 13 255 54 121
Binary 10111010 11100100 11011111 10010 0 10 1011 10101101 101100 1010001

Color Harmonies of #BAE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4DF

Black with #BAE4DF

Text Example


Text Example

White with #BAE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4DF; }

 p { color: rgb(186,228,223); }

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

background-color css

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

 a { background-color: rgb(186,228,223); }

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

border-color css

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

 span { border-color: rgb(186,228,223); }

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