Html Css Color HEX #BAEFE3 Water Leaf

📋 copy color: '#BAEFE3'

red 186 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #BAEFE3

Tints of Water Leaf #BAEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.82%

R = 28.53%
G = 36.66%
B = 34.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#BAEFE3 (or 0xBAEFE3) is known color: Water Leaf. HEX triplet: BA, EF and E3. RGB value is (186,239,227). Sum of RGB (Red+Green+Blue) = 186+239+227=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFE3 is #45101C. Grayscale: #DDDDDD. Windows color (decimal): -4526109 or 14938042. OLE color: 14938042.

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

Color convert

RGB 186 239 227 -
CMYK 0.22 0 0.05 0.06
HSL 166.42º 0.62% 0.83% -
HSV(B) 166.42º 0.22% 0.94% -
XYZ 64.98 77.72 84.25 -
YUV 221.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 186 239 227 0.22 0 0.05 0.06 166.42 0.62 0.83
Hex BA EF E3 16 0 5 6 A6 3E 53
Octal 272 357 343 26 0 5 6 246 76 123
Binary 10111010 11101111 11100011 10110 0 101 110 10100110 111110 1010011

Color Harmonies of #BAEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFE3

Black with #BAEFE3

Text Example


Text Example

White with #BAEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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