Html Css Color HEX #BAEFDB Water Leaf

📋 copy color: '#BAEFDB'

red 186 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #BAEFDB

Tints of Water Leaf #BAEFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 28.88%
G = 37.11%
B = 34.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BAEFDB (or 0xBAEFDB) is known color: Water Leaf. HEX triplet: BA, EF and DB. RGB value is (186,239,219). Sum of RGB (Red+Green+Blue) = 186+239+219=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFDB is #451024. Grayscale: #DCDCDC. Windows color (decimal): -4526117 or 14413754. OLE color: 14413754.

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

Color convert

RGB 186 239 219 -
CMYK 0.22 0 0.08 0.06
HSL 157.36º 0.62% 0.83% -
HSV(B) 157.36º 0.22% 0.94% -
XYZ 63.9 77.29 78.57 -
YUV 220.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 186 239 219 0.22 0 0.08 0.06 157.36 0.62 0.83
Hex BA EF DB 16 0 8 6 9D 3E 53
Octal 272 357 333 26 0 10 6 235 76 123
Binary 10111010 11101111 11011011 10110 0 1000 110 10011101 111110 1010011

Color Harmonies of #BAEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFDB

Black with #BAEFDB

Text Example


Text Example

White with #BAEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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