Html Css Color HEX #BAF6DF Water Leaf

📋 copy color: '#BAF6DF'

red 186 ◦ green 246 ◦ blue 223

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

Shades of Water Leaf #BAF6DF

Tints of Water Leaf #BAF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.56%

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

R = 28.4%
G = 37.56%
B = 34.05%

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

#BAF6DF (or 0xBAF6DF) is known color: Water Leaf. HEX triplet: BA, F6 and DF. RGB value is (186,246,223). Sum of RGB (Red+Green+Blue) = 186+246+223=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6DF is #450920. Grayscale: #E1E1E1. Windows color (decimal): -4524321 or 14677690. OLE color: 14677690.

HSL color Cylindrical-coordinate representation of color #BAF6DF: hue angle of 157º degrees, saturation: 0.77, 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 #BAF6DF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 223 -
CMYK 0.24 0 0.09 0.04
HSL 157º 0.77% 0.85% -
HSV(B) 157º 0.24% 0.96% -
XYZ 66.52 81.68 82.07 -
YUV 225.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 186 246 223 0.24 0 0.09 0.04 157 0.77 0.85
Hex BA F6 DF 18 0 9 4 9D 4D 55
Octal 272 366 337 30 0 11 4 235 115 125
Binary 10111010 11110110 11011111 11000 0 1001 100 10011101 1001101 1010101

Color Harmonies of #BAF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6DF

Black with #BAF6DF

Text Example


Text Example

White with #BAF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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