Html Css Color HEX #BAEFE0 Water Leaf

📋 copy color: '#BAEFE0'

red 186 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #BAEFE0

Tints of Water Leaf #BAEFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.51%

R = 28.66%
G = 36.83%
B = 34.51%

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

#BAEFE0 (or 0xBAEFE0) is known color: Water Leaf. HEX triplet: BA, EF and E0. RGB value is (186,239,224). Sum of RGB (Red+Green+Blue) = 186+239+224=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFE0 is #45101F. Grayscale: #DDDDDD. Windows color (decimal): -4526112 or 14741434. OLE color: 14741434.

HSL color Cylindrical-coordinate representation of color #BAEFE0: hue angle of 163.02º 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 #BAEFE0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 224 -
CMYK 0.22 0 0.06 0.06
HSL 163.02º 0.62% 0.83% -
HSV(B) 163.02º 0.22% 0.94% -
XYZ 64.57 77.55 82.09 -
YUV 221.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 186 239 224 0.22 0 0.06 0.06 163.02 0.62 0.83
Hex BA EF E0 16 0 6 6 A3 3E 53
Octal 272 357 340 26 0 6 6 243 76 123
Binary 10111010 11101111 11100000 10110 0 110 110 10100011 111110 1010011

Color Harmonies of #BAEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFE0

Black with #BAEFE0

Text Example


Text Example

White with #BAEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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