Html Css Color HEX #BAE9DF Water Leaf

📋 copy color: '#BAE9DF'

red 186 ◦ green 233 ◦ blue 223

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

Shades of Water Leaf #BAE9DF

Tints of Water Leaf #BAE9DF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.29%

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

R = 28.97%
G = 36.29%
B = 34.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BAE9DF (or 0xBAE9DF) is known color: Water Leaf. HEX triplet: BA, E9 and DF. RGB value is (186,233,223). Sum of RGB (Red+Green+Blue) = 186+233+223=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DF is #451620. Grayscale: #D9D9D9. Windows color (decimal): -4527649 or 14674362. OLE color: 14674362.

HSL color Cylindrical-coordinate representation of color #BAE9DF: hue angle of 167.23º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9DF is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 223 -
CMYK 0.20 0 0.04 0.09
HSL 167.23º 0.52% 0.82% -
HSV(B) 167.23º 0.2% 0.91% -
XYZ 62.71 74.04 80.8 -
YUV 217.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 186 233 223 0.20 0 0.04 0.09 167.23 0.52 0.82
Hex BA E9 DF 14 0 4 9 A7 34 52
Octal 272 351 337 24 0 4 11 247 64 122
Binary 10111010 11101001 11011111 10100 0 100 1001 10100111 110100 1010010

Color Harmonies of #BAE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9DF

Black with #BAE9DF

Text Example


Text Example

White with #BAE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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