Html Css Color HEX #BAEEE3 Water Leaf

📋 copy color: '#BAEEE3'

red 186 ◦ green 238 ◦ blue 227

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

Shades of Water Leaf #BAEEE3

Tints of Water Leaf #BAEEE3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.56%

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

R = 28.57%
G = 36.56%
B = 34.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BAEEE3 (or 0xBAEEE3) is known color: Water Leaf. HEX triplet: BA, EE and E3. RGB value is (186,238,227). Sum of RGB (Red+Green+Blue) = 186+238+227=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE3 is #45111C. Grayscale: #DDDDDD. Windows color (decimal): -4526365 or 14937786. OLE color: 14937786.

HSL color Cylindrical-coordinate representation of color #BAEEE3: hue angle of 167.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEE3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 227 -
CMYK 0.22 0 0.05 0.07
HSL 167.31º 0.6% 0.83% -
HSV(B) 167.31º 0.22% 0.93% -
XYZ 64.69 77.13 84.15 -
YUV 221.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 186 238 227 0.22 0 0.05 0.07 167.31 0.6 0.83
Hex BA EE E3 16 0 5 7 A7 3C 53
Octal 272 356 343 26 0 5 7 247 74 123
Binary 10111010 11101110 11100011 10110 0 101 111 10100111 111100 1010011

Color Harmonies of #BAEEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEE3

Black with #BAEEE3

Text Example


Text Example

White with #BAEEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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