Html Css Color HEX #BAEBDF Water Leaf

📋 copy color: '#BAEBDF'

red 186 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #BAEBDF

Tints of Water Leaf #BAEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 28.88%
G = 36.49%
B = 34.63%

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

#BAEBDF (or 0xBAEBDF) is known color: Water Leaf. HEX triplet: BA, EB and DF. RGB value is (186,235,223). Sum of RGB (Red+Green+Blue) = 186+235+223=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBDF is #451420. Grayscale: #DADADA. Windows color (decimal): -4527137 or 14674874. OLE color: 14674874.

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

Color convert

RGB 186 235 223 -
CMYK 0.21 0 0.05 0.08
HSL 165.31º 0.55% 0.83% -
HSV(B) 165.31º 0.21% 0.92% -
XYZ 63.28 75.18 80.99 -
YUV 218.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 186 235 223 0.21 0 0.05 0.08 165.31 0.55 0.83
Hex BA EB DF 15 0 5 8 A5 37 53
Octal 272 353 337 25 0 5 10 245 67 123
Binary 10111010 11101011 11011111 10101 0 101 1000 10100101 110111 1010011

Color Harmonies of #BAEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBDF

Black with #BAEBDF

Text Example


Text Example

White with #BAEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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