Html Css Color HEX #BAEBE0 Water Leaf

📋 copy color: '#BAEBE0'

red 186 ◦ green 235 ◦ blue 224

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

Shades of Water Leaf #BAEBE0

Tints of Water Leaf #BAEBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

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

R = 28.84%
G = 36.43%
B = 34.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BAEBE0 (or 0xBAEBE0) is known color: Water Leaf. HEX triplet: BA, EB and E0. RGB value is (186,235,224). Sum of RGB (Red+Green+Blue) = 186+235+224=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBE0 is #45141F. Grayscale: #DBDBDB. Windows color (decimal): -4527136 or 14740410. OLE color: 14740410.

HSL color Cylindrical-coordinate representation of color #BAEBE0: hue angle of 166.53º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBE0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 224 -
CMYK 0.21 0 0.05 0.08
HSL 166.53º 0.55% 0.83% -
HSV(B) 166.53º 0.21% 0.92% -
XYZ 63.41 75.24 81.7 -
YUV 219.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 186 235 224 0.21 0 0.05 0.08 166.53 0.55 0.83
Hex BA EB E0 15 0 5 8 A7 37 53
Octal 272 353 340 25 0 5 10 247 67 123
Binary 10111010 11101011 11100000 10101 0 101 1000 10100111 110111 1010011

Color Harmonies of #BAEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBE0

Black with #BAEBE0

Text Example


Text Example

White with #BAEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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