Html Css Color HEX #BAE9E4 Water Leaf

📋 copy color: '#BAE9E4'

red 186 ◦ green 233 ◦ blue 228

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

Shades of Water Leaf #BAE9E4

Tints of Water Leaf #BAE9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.24%

R = 28.75%
G = 36.01%
B = 35.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#BAE9E4 (or 0xBAE9E4) is known color: Water Leaf. HEX triplet: BA, E9 and E4. RGB value is (186,233,228). Sum of RGB (Red+Green+Blue) = 186+233+228=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9E4 is #45161B. Grayscale: #DADADA. Windows color (decimal): -4527644 or 15002042. OLE color: 15002042.

HSL color Cylindrical-coordinate representation of color #BAE9E4: hue angle of 173.62º 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 #BAE9E4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 228 -
CMYK 0.20 0 0.02 0.09
HSL 173.62º 0.52% 0.82% -
HSV(B) 173.62º 0.2% 0.91% -
XYZ 63.39 74.32 84.4 -
YUV 218.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 186 233 228 0.20 0 0.02 0.09 173.62 0.52 0.82
Hex BA E9 E4 14 0 2 9 AE 34 52
Octal 272 351 344 24 0 2 11 256 64 122
Binary 10111010 11101001 11100100 10100 0 10 1001 10101110 110100 1010010

Color Harmonies of #BAE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9E4

Black with #BAE9E4

Text Example


Text Example

White with #BAE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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