Html Css Color HEX #BAF5DF Water Leaf

📋 copy color: '#BAF5DF'

red 186 ◦ green 245 ◦ blue 223

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

Shades of Water Leaf #BAF5DF

Tints of Water Leaf #BAF5DF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.46%

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

R = 28.44%
G = 37.46%
B = 34.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#BAF5DF (or 0xBAF5DF) is known color: Water Leaf. HEX triplet: BA, F5 and DF. RGB value is (186,245,223). Sum of RGB (Red+Green+Blue) = 186+245+223=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5DF is #450A20. Grayscale: #E0E0E0. Windows color (decimal): -4524577 or 14677434. OLE color: 14677434.

HSL color Cylindrical-coordinate representation of color #BAF5DF: hue angle of 157.63º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5DF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 223 -
CMYK 0.24 0 0.09 0.04
HSL 157.63º 0.75% 0.85% -
HSV(B) 157.63º 0.24% 0.96% -
XYZ 66.22 81.07 81.97 -
YUV 224.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 186 245 223 0.24 0 0.09 0.04 157.63 0.75 0.85
Hex BA F5 DF 18 0 9 4 9E 4B 55
Octal 272 365 337 30 0 11 4 236 113 125
Binary 10111010 11110101 11011111 11000 0 1001 100 10011110 1001011 1010101

Color Harmonies of #BAF5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5DF

Black with #BAF5DF

Text Example


Text Example

White with #BAF5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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