Html Css Color HEX #BAEFE1 Water Leaf

📋 copy color: '#BAEFE1'

red 186 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #BAEFE1

Tints of Water Leaf #BAEFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 28.62%
G = 36.77%
B = 34.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#BAEFE1 (or 0xBAEFE1) is known color: Water Leaf. HEX triplet: BA, EF and E1. RGB value is (186,239,225). Sum of RGB (Red+Green+Blue) = 186+239+225=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFE1 is #45101E. Grayscale: #DDDDDD. Windows color (decimal): -4526111 or 14806970. OLE color: 14806970.

HSL color Cylindrical-coordinate representation of color #BAEFE1: hue angle of 164.15º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFE1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 225 -
CMYK 0.22 0 0.06 0.06
HSL 164.15º 0.62% 0.83% -
HSV(B) 164.15º 0.22% 0.94% -
XYZ 64.71 77.61 82.8 -
YUV 221.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 186 239 225 0.22 0 0.06 0.06 164.15 0.62 0.83
Hex BA EF E1 16 0 6 6 A4 3E 53
Octal 272 357 341 26 0 6 6 244 76 123
Binary 10111010 11101111 11100001 10110 0 110 110 10100100 111110 1010011

Color Harmonies of #BAEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFE1

Black with #BAEFE1

Text Example


Text Example

White with #BAEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFE1; }

 p { color: rgb(186,239,225); }

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

background-color css

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

 a { background-color: rgb(186,239,225); }

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

border-color css

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

 span { border-color: rgb(186,239,225); }

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